Lingo Dictionary > T-Z > VOID

 

VOID

Syntax

VOID

Description

Constant; indicates the value VOID.

Example

This statement checks whether the value in the variable currentVariable is VOID:

if currentVariable = VOID then
	put "This variable has no value"
end if

See also

voidP()