Explanation
Data Type Keywords
Specify the data type for a variable in a declarative statement or parameter list:Worth knowing
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
INTEGER | A 16-bit signed integer variable. |
LONG | A 32-bit signed integer variable. |
SINGLE | A single-precision 32-bit floating-point variable. |
DOUBLE | A double-precision 64-bit floating-point variable. |
STRING * n% | A fixed-length string variable n% bytes long. |
STRING | A variable-length string variable. |
See also: | AS | ASCII Code Tables | COMMON | DECLARE | DEF FN | DIM, REDIM | FUNCTION | SHARED, STATIC | SUB | TYPE |