IsNull

PowerBuilder Native Interface

PBArrayAccessor template class:

IsNull method

Description

Returns true if the array item contains a null value, otherwise returns false.

Syntax

IsNull(pblong dim[ ])

Argument

Description

dim

The dimension of the array item to be tested

Return Values

pbboolean.

See Also