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/417', '', '38.107.179.243', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 10126, 1337600451) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

push

Syntax: %push(item,list)

Adds the item to the beginning of the list, and returns the new list.

Example:

List = {a|b|c}
#SHOW %pop(List)

displays "a"

#SHOW @List

displays "b|c"

List=%push("a",@List)

displays "a|b|c"

Add comment

Login or register to post comments