Documentation

delnitem

Syntax: %delnitem(list,n)

deletes the nth item from the string list and returns the new list

Example:

#SHOW %delnitem("a|b|c", 2)

displays: a|c

Add comment

Login or register to post comments