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/347', '', '38.107.179.244', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 10950, 1337598163) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

expandlist

Syntax: %expandlist(list,delim)

Reformats the given list and replaces the normal | delimiter with the delim string given.

Examples:

List="a|b|c"
#SHOW %expandlist(@List," ")

displays: "a b c"

#SHOW %expandlist(@List," , ")

displays: "a , b , c"

Add comment

Login or register to post comments