DataBasic Reference > MultiValue Compatibility > Statements and Intrinsic Functions > ASSIGNED Function

Comment on this topic

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.

RealityV15.1Online Documentation (MoTW) Revision 7

ASSIGNED Function (DataBasic MultiValue Compatibility) (m6187ai+assigned.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic