Assigned
Assigned>Variable_Name,result
Used to determine whether or not a variable has been assigned. Assigned sets result to TRUE if Variable_Name exists, FALSE if not.
Abbreviation : ASS
Example
Assigned>strName,strNameExists
If>strNameExists=TRUE,DoName,SkipName