IPB_Session interface:
IsArrayItemNull method
Description
Returns true if the array item contains
a null value; otherwise it returns false.
Syntax
IsArrayItemNull( pbarray array, pblong dim[ ])
Argument
|
Description
|
array
|
A valid pbarray structure
that you want to check for a null-valued array item.
|
dim
|
A pblong array to
hold the indexes of each dimension of the array. The size of the
array must equal the dimensions of array.
|
Return Values
pbboolean.
See Also