IsVariableEmpty
Checks that the variable specified by the parameter does not contain a value.
Syntax
bool IsVariableEmpty (strParam)
Parameters
Name of the variable of the current object to be checked. Smart parameters are supported.Returns
False if the parameter is invalid, or if the variable contains a value. Otherwise, True.Level
All.Details
This action only checks variables of the current object.- Example
IsVariableEmpty("TemplateID")