Other Vbs Words - LeCroy SDA Operator's Manual

Serial data analyzer
Table of Contents

Advertisement

Mod
On Error
Open
Print
Put
Randomize
Read
Right
Rnd
Rtrim
Sin
Sqr
Str
Timer
Trim
Val

Other VBS Words

Const
Dim
Redim
Boolean
Double
Integer
Long
Single
String
And
Or
To make a bit-by-bit comparison, logical constructions can be used with variables, as in A and B,
or with tests such as If A > B Then . . .
SDA-OM-E Rev H
Take the modulus of a value in terms of another value.
Take some action if an error occurs.
Open a file.
Send some ASCII data to a file.
Send some data to a file.
Randomize Timer re-seeds the pseudo-random number generator.
Read from a file.
Take some characters at the right end of a string.
Make a random real number in the range from 0.0 to 1.0
Remove spaces from right hand end of a string.
Make the sine of an angle expressed in radians.
Make the square root of a positive number.
Make a string from a numerical value.
Time since midnight in seconds, with a resolution of one second.
Remove leading and trailing spaces from a string.
Get the ASCII value of a string beginning with numerical characters.
Define a constant value.
Dimension a variable.
Dimension a variable again.
Boolean variable
Double precision real variable.
Integer in the range -32768 to + 32767
Long integer in the range -2
Single precision real variable
String variable
Logical AND
Logical OR
SDA Operator's Manual
31
31
to + 2
- 1
261

Advertisement

Table of Contents
loading

Table of Contents