(logo)  AWeb ARexx Return Codes

Every ARexx command returns a completion code in the reserved ARexx variable RC.

ARexx commands return the following codes:

0Command executed successfully.
1Command executed successfully, but there is some condition that might be of interest.
5The command was syntactically valid, but could not be completed for some reason.
10You supplied invalid arguments for this command.
11You submitted an unknown command.
20There was an internal error. The command is not executed.


<-Commands   ^ARexx