GetArrayItemType

PowerBuilder Native Interface

IPB_Session interface:

GetArrayItemType method

Description

Obtains the datatype of an item in an array.

Syntax

GetArrayItemType( pbarray array, pblong dim[ ])

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.

Return Values

pbuint.

See Also