ARGS
ARGS stores the default parameters to be passed to the program being edited when invoked with the text editor EXEC command.
Operands
- arguments
- specifies the parameter string to be passed. If you do not specify arguments, any previously defined arguments are deleted.
Return codes
- 0
- Normal return
Example
'ARGS A B C'
'EXEC'
'ARGS'The first line of this example defines the arguments
to be passed as A, B, and C.
The second line executes the last saved copy of the file that is currently
being edited, passing it the arguments defined in line one. The last
line deletes the arguments.
