param

Syntax: %param(n)

return the nth parameter passed to an alias.

Example:

#ALIAS testParam {#LOOP %numParam() {#SAY %param(%i)};#NOOP}
testParam With a rubber duck, one's never alone.

displays:

With
a
rubber
duck,
one's
never
alone.

NOTE: The #NOOP is used to take care of the 'unused' parameters. Parameters are only flagged 'used' if accessed with the temporary variables %1, %2, etc.



Contents numzones parsemode