Shell Commands/RXSET

From MorphOS Library

Revision as of 14:05, 3 March 2015 by JPV (talk | contribs) (Created page with "'''RXSET''' [Rexx] - Adds a (name,value) pair to the Clip List NAME, VALUE/F <nowiki> NAME - name of the pair VALUE -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

RXSET [Rexx] - Adds a (name,value) pair to the Clip List

NAME, VALUE/F

NAME  - name of the pair                                                       
VALUE - value of the pair

Name strings are assumed to be in mixed case. If a pair with the same name already exists, its value is replaced with the current string. If a name without a value string is given, the entry is removed from the Clip List. If RXSET is invoked without arguments, it will list all (name, value) pairs in the Clip List.