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

Documentation

param

Syntax: %param(n)

return the nth parameter passed to an alias or function. Similar to using %n in an alias.

Example:

#ALIAS testParam {#LOOP %numparam {#SAY %param(%i)}}

testParam With a rubber duck, one's never alone.

displays:

With
a
rubber
duck,
one's
never
alone.

Add comment

Login or register to post comments