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