IPB_Session interface:
SetArrayItemToNull method
Description
Sets the value of an array item to a null value.
Syntax
SetArrayItemToNull( pbarray array, pblong dim[ ])
Argument |
Description |
---|---|
array |
A valid pbarray structure in which you want to set an array item to null. |
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.