ADDITEM
Syntax: #ADDI listname item
Related: #DELITEM, #DELNITEM, %additem, %delitem
Add an item to a string list. If the list does not exist yet, it is created. Duplicated values are not added using this command. To add a duplicate item to a list, use the %additem function.
Do not specify the @ before the name of the list variable.
ADDITEM Example
#ADDITEM Friends Zugg
Adds "Zugg" to the stringlist variable @Friends |