reserved words

reserved words


REPLACE Index Level RETURN
Syntax
Category BASIC
Type Definition
Description The rules for reserved words are:
-   Intrinsic function names cannot be dimensioned array names, but can be variable names.
-   Special tokens cannot be used as variable names. (i.e., "and", "do", "else",..)
-   Any other word can be both an array or variable name.
Options
See Also variables statements & functions
Example
Warnings
Compatibility D3 7.0 AP
REPLACE Index Level RETURN