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

Documentation

word

Syntax: %word(string,n,delimiter)

return the nth word of string, delimited by string delimiter (if delimiter is missing, a space is used)

Examples:

#SHOW %word("abc defg hijk lm",3)
displays: hijk

#SHOW %word("This, is a, test.",2,", ")
displays: is a

Add comment

Login or register to post comments