Variables

TypeName()

Need to add explanation.

VarType()

Need to add explanation

Byte

Name: Byte

Type: Integer - Numbers with no fractional part

Range: 0 to 255

Integer

Name: Integer

Type: Integer

Range: -32,768 to 32767

Long

Name: Long

Type: Integer

Range: -2,147,483,648 to 2,147,483,647

Single

Name: Single

Type: Floating point

Range: -3.4 × 1038 to 3.4 × 1038 approximately

Precision: 6 digits

Double

Name: Double

Type: Floating Point

Rangle: -1.79 × 10308 to 1.79 × 10308 approximately

Precision: 14 digits

Currency

Name: Currency

Type: Floating Point

Range: -9.22 × 1011 to 9.22 × 1011 approximately

Precision: 4 digits

Integers

Numbers with no fractional part.

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.

Pages

Subscribe to RSS - Variables