TLO:Arg

From Lavish Software Wiki
Revision as of 02:05, 31 August 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Forms

Retrieves a given argument by number, out of all following arguments

Examples

  • ${Arg[1,this]}
"this"
  • ${Arg[2,one,two]}
"two"
  • ${Arg[1,one,two,three]}
"one"
  • ${Arg[2,${MyVariable}]}
The second comma-separated value in MyVariable

See Also