ASSIGNED Function

Determines whether or not a value is assigned to a variable.

This function is provided for compatibility with other MultiValue systems.

Syntax

ASSIGNED(variable)

Syntax Elements

variable is a single variable reference only.

Comments

ASSIGNED returns 1 if variable is currently assigned a value; otherwise, it returns 0 (zero). This is the opposite of the UNASSIGNED function.