Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
DEFtype Declaration Statements
◄Simple Variables► ◄Variables► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
DEFtype Declaration Statements
Use the BASIC statements DEFINT, DEFLNG, DEFSNG, DEFDBL, DEFCUR and DEFSTR
to declare the types for certain variable names. By using one of these
DEFtype statements, you can specify that all variables starting with a
given letter or range of letters are one of the elementary variable
types, without using the trailing declaration character.
DEFtype statements only affect variable names in the module in which they
appear. Remember a DEFtype statement affects all variables starting with
the given letter or range of letters.
See Also ◄BASIC Data Types►
◄ISAM Data Types►