Returns the number of items in a specified list (array).
ArrayCount(List:String,Delimiter:String):Integer
List specifies the list of strings in which to search.
Delimiter is the character to use to delineate items in the string list. Supported special characters:
[comma]
[space]
[tab]
Note: | You must use the name of the delimiter (not the character) and include brackets around the name. |
ArrayCount(Diet Cola;Root Beer;Cola,[comma])
Return value is 3.