Contents | Index | < Browse | Browse >
RXSET [<name> [[=] <value>]]
This command performs the same task as the built-in ARexx function
SETCLIP() , with one extension.
<name> may not include spaces and should not be enclosed in quotation
marks. The clip will be set using the exact case-sensitive characters used
as the first argument to the command.
When both <name> and <value> are specified, a clip of that case-sensitive
<name> will be created on the clip-list with <value> as its content.
If <name> is used without <value> then any clip matching that <name> will
be removed from the list.
<value> may be any string that can be typed on the shell. The string may
be enclosed within double-quotation marks { " }, but does not have to be.
Since AmigaDOS parsing conventions are used with this command, single
quotation marks are not recognized as special characters and will be
included as part of the clip if used with the command.
Entered without arguments, RXSET will list all currently defined clips
along with their values.
Next: TCO | Prev: RXLIB | Contents: Command utilities