< Rexx Programming < How to Rexx
Usage
arg [ template ] arg([argnum] [,option]])
Description
The arg command
When used in command context, the arg command parses arguments in the template in a similar manner to a parse upper arg [ template ] command. Note that all arguments are converted to uppercase when arg is used in this command context form:
The arg function
When used in command context, the arg function returns the specified argument passed to a function or routine. An option can be added to return a boolean value based on the existence or omission of an argument. The arg function can also be used for retrieval of command line parameters passed to the script.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.