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/426', '', '38.107.179.241', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 2561, 1337600643) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

replaceitem

Syntax: %replaceitem(s,n,list)

Replaces the nth item in list with s.

Example:

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


displays:

kill dwarf|kill goblin|kill orc

 

Add comment

Login or register to post comments