IPB_Session interface:
GetPBAnyArrayItem method
Description
Obtains the value of a global variable of type Any.
Syntax
GetPBAnyArrayItem( pbarray array, pblong dim[], pbboolean& isNull )
Argument
|
Description
|
array
|
A valid pbarray structure.
|
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.
|
isNull
|
Indicates whether the variable is null
|
Return Values
IPB_Value*.
Usage
See GetPBAnyField.
See Also