Sets a variable to null. The variable can be any datatype except for an array, structure, or autoinstantiated object.
SetNull ( anyvariable )
Argument |
Description |
---|---|
anyvariable |
The variable you want to set to null |
Integer. Returns 1 if it succeeds and -1 if an error occurs. If any argument’s value is null, SetNull returns null.