Table of Contents

Assigned (Statement)

Format

assigned(Variable)
assigned(Array_Variable[i])
assigned(Array_Variable[row, col])
assigned(Map_Variable[key])

returns boolean_expression

Description

Returns true if this variable, array element, or map element has been assigned a value.

Example



displays



See Also

2016/01/01 22:42

New To Version

2.0.0.0