IsVariableFilled
Checks that the variable specified by the parameter contains a value.
Syntax
bool IsVariableFilled (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 does not contain a value. Otherwise, True.Level
All.Details
This action only checks variables of the current object.- Example
IsVariableFilled("TemplateID")