PP.isDefined

Syntax

isDefined(v);

Parameters

v. Initial value.

Description

The isDefined method determines whether specified value is defined.

Comments

This method returns True if the specified value is defined, otherwise it returns False.

Example

The example of use is given in the with description of the PP.getFirstMember method.

See also:

PP