Loading...
Select Version
The IS-VARIABLE-NAME( ) function checks whether the specified string is a syntacticallycorrect variable name. This check is a pure syntax check. It does not check whether a variable with this name exists.
Result type: BOOLEAN
IS-VARIABLE-NAME( ) |
STRING = string_expression |