user warning: Table './zuggsoftdb/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node/311', '', '38.107.179.242', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 18020, 1337597714) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

delitem

Syntax: %delitem(s,list)

delete item s from the given string list. If there are duplicate items, only the first is removed

Example:

#VAR ToDo {kill orc|kill goblin|kill orc}
#VAR ToDo %delItem("kill orc",@ToDo)
#SHOW @ToDo


displays:

kill goblin|kill orc

Add comment

Login or register to post comments