IsNull

Definition:

IsNull(string)

 

Description:

Checks a string, variable or expression to determine if its value is Null.

 

Platforms:

All

 

Parameters:

string - required

String, variable or expression to be checked.

 

Returns:

0

Value isn't Null.

 

1

Value is Null.