TLO:Arg
Jump to navigation
Jump to search
Contents
Description
Requires LavishScript 1.11
Forms
- string Arg[#,...]
- Retrieves a given argument by number, out of all following arguments
Examples
- ${Arg[1,this]}
- ${Arg[2,one,two]}
- ${Arg[1,one,two,three]}