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.

ADDITEM Example

#ADDITEM Friends Zugg
Adds "Zugg" to the stringlist Friends


Contents ADD ADDKEY