Convert char
Hello, Can someone tell me how I can keep a letter in lowercase after the pull
command? Any letter I type in this program ALWAYS comes out with the uppercase
value. Obviously not what I need.
/* ARexx Convert argument */ say "Type character to be
converted." pull char say " Character Decimal Hex Binary" say '
'char' 'c2d(char)' c2x(char)' 'c2b(char)
Thanks for the hand…..Henry Williams