small AREX problem
26-Nov-94 13:23:14
Sb: #44280-small AREX problem
Fm: Jim Butterfield 73624,14
To: David Laundra 74242,153
.. or even more elegant (and more obscure), try this on your command line:
rx "say d2c(7011)'How do you like this?'"
The value 7011 is equal to the charactrs ESC and 'c' packed together (ESC is
27, 'c' is 99, and 27*256+99 gives 7011). Not too readable, but does the job
compactly.
Of course, all this ESC stuff is for a console style window.
–Jim