IsGlobalVarArray

PowerBuilder Native Interface

IPB_Session interface:

IsGlobalVarArray method

Description

Syntax

IsGlobalVarArray(pbfield fid)

Return Values

Examples

fid = session -> GetGlobalVarID("arr_gvar");
if (session -> IsGlobalVarArray(fid))
{
   arr_val=session -> GetArrayGlobalVar(fid, isNull);
...

See Also