Functions - IsDefined


Returns a Boolean indicating if a variable is defined; that is, the variable is in the list of variables available for processing.

Syntax

IsDefined(name)

Parameters

nameA string giving the name of the variable being examined.