Convert char
Henry
It's really simple, the PULL instruction is in fact "shorthand" for PARSE PULL
UPPER.
If you do not want the uppercase conversion, use:
PARSE PULL char
instead of:
PULL char
It seems to me that what you need is some decent ARexx docs.
Alex