If Not Null
If input is not null
Description
Check to see if value given is not null
Properties
Input (string | variable | current output)
Value to evaluate if not null.
Returns
Returns true if not null and false if null.
Last updated