DELITEM

Syntax: #DELI stringlist item
Related: #ADDITEM

Deletes the specified item from the stringlist. If item exists in the stringlist more than once, then all occurrences of item in the list are deleted. To only delete the first item when working with duplicates, use the %delitem function.

DELITEM Example

#DELITEM Friends Zugg
Removes "Zugg" from the stringlist Friends


Contents DELCLASS DELKEY