SetNull

Description

Sets a variable to null. The variable can be any datatype except for an array, structure, or autoinstantiated object.

Syntax

SetNull ( anyvariable )

Argument

Description

anyvariable

The variable you want to set to null

Returns

Integer. Returns 1 if it succeeds and -1 if an error occurs. If any argument’s value is null, SetNull returns null.