CompuServe Messages

Convert char

    03-Apr-93 11:35:54
Sb: Convert char
Fm: Henry Williams 73527,1446
To: all
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