Variables
TypeName()
Need to add explanation.
- Read more about TypeName()
- Log in or register to post comments
VarType()
Need to add explanation
- Read more about VarType()
- Log in or register to post comments
Byte
Name: Byte
Type: Integer - Numbers with no fractional part
Range: 0 to 255
- Read more about Byte
- Log in or register to post comments
Integer
Name: Integer
Type: Integer
Range: -32,768 to 32767
- Read more about Integer
- Log in or register to post comments
Long
Name: Long
Type: Integer
Range: -2,147,483,648 to 2,147,483,647
- Read more about Long
- Log in or register to post comments
Single
Name: Single
Type: Floating point
Range: -3.4 × 1038 to 3.4 × 1038 approximately
Precision: 6 digits
- Read more about Single
- Log in or register to post comments
Double
Name: Double
Type: Floating Point
Rangle: -1.79 × 10308 to 1.79 × 10308 approximately
Precision: 14 digits
- Read more about Double
- Log in or register to post comments
Currency
Name: Currency
Type: Floating Point
Range: -9.22 × 1011 to 9.22 × 1011 approximately
Precision: 4 digits
- Read more about Currency
- Log in or register to post comments
Integers
Numbers with no fractional part.
- Read more about Integers
- Log in or register to post comments
Floating point
String variables are used to hold text data. A fixed-length string can be declared to contain anywhere from 1 to about 64,000 characters. To declare a fixed-length string, use the String keyword followed by the * (asterisk) symbol and the desired size.
- Read more about Floating point
- Log in or register to post comments