SetGlobalVarToNull

PowerBuilder Native Interface

IPB_Session interface:

SetGlobalVarToNull method

Description

Sets the value of the specified global variable to null.

Syntax

SetGlobalVarToNull(pbobject obj, pbfield fid)

Argument

Description

fid

The field ID of the global variable

Return Values

None.

See Also