The SetVarListSize function assigns a list size to a script variable.
<SetVarListSize/>
XML
Tag Attributes
Attributes
Attribute Values
Value Description
Comment
ListName
N/A
Anything in the form of : varName="listName" Assigns to the variable varName (subsequently accessible via {%varName%}), the number of elements in the list named "listName".
N/A
.
NOTE
If no list exists with the supplied name, the variable value is set to 0 and an error is raised.