Functions

ISNOTNULL

Checks to see if a value is not null. If the value is null it will return false otherwise true will be returned.

Syntax

bool ISNOTNULL(object value)