Loading...
Select Version
The IS-INITIALIZED( ) function checks whether the specified variable is initialized, i.e. whether its content is valid. Even the null string is a valid variable content.
A variable can be initialized only if it has been declared.
Only simple variables or list variables can be checked.
Result type: BOOLEAN
IS-INITIALIZED( ) |
VARIABLE-NAME = string_expression |