NAME
AS Keyword
DESCRIPTION
Performs different actions as part of several statements:
o Specifies a variable type when used in the COMMON, DECLARE, DEF FN,
DIM, FUNCTION, REDIM, SHARED, STATIC, and SUB statements.
o Specifies an element type in a user-defined data type when used in
the TYPE statement.
o Assigns a file number to a file or device when used in the OPEN
statement.
o Specifies a field name when used in the FIELD statement.
o Specifies a new file name when used in the NAME statement.
SEE ALSO
COMMON DECLARE DEF FN DIM REDIM FIELD FUNCTION NAME OPEN SHARED STATIC SUB TYPE