IsGlobalVarNull

PowerBuilder Native Interface

IPB_Session interface:

IsGlobalVarNull method

Description

Syntax

IsGlobalVarNull( pbfield fid)

Return Values

Examples

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

See Also