qb45qck.hlp (Table of Contents; Topic list)
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.
AS Clause - Different Uses
AS Clause - Different Uses
See Also
To specify a variable's type in a declarative statement or parameter list:
    COMMON                                FUNCTION
    DECLARE SUB                           REDIM
    DECLARE FUNCTION                      SHARED
    DEF FN                                STATIC
    DIM                                   SUB
To specify an element's type in a user-defined data type:
    TYPE...END TYPE
To assign a file number to a file or device in an OPEN statement:
    OPEN
To specify a field name in a random-access record:
    FIELD
To specify a new file name when you rename a file:
    NAME