![]() ![]() |
|
UNASSIGNEDThe UNASSIGNED function allows a program to determine whether a variable has been assigned a value.
COMMAND SYNTAXUNASSIGNED(variable)
SYNTAX ELEMENTSvariable is the name of variable used elsewhere in the program.
NOTESThe function returns Boolean TRUE if variable has not yet been assigned a value. The function returns Boolean FALSE if variable has already been assigned a value. See also: ASSIGNED
EXAMPLE
|