Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
ASSIGNED Function (DataBasic MultiValue Compatibility) (m6187ai+assigned.htm)
Determines whether or not a value is assigned to a variable.
This function is provided for compatibility with other MultiValue systems.
ASSIGNED(variable)
variable is a single variable reference only.
ASSIGNED returns 1 if variable is currently assigned a value; otherwise, it returns 0 (zero). This is the opposite of the UNASSIGNED function.