isNotNull
Description
Checks if the provided variable is not null or has a value associated and returns true. Otherwise returns false.
Parameters
Return Type
Boolean (true/false)
Example
if(isNotNull(reporter))
{
assignee = reporter;
}isNotNull returns "true" if the variable has a value attached (including zero for numeric variables or blank for character/string).
See also
Peacock
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
