Rx Window
Henry
I am sorry if my previous message gave the impression that
using 'STDOUT' was difficult. It is in fact the easiest!
A moment's lapse…
Here is the code you are after…
/* */
window = 'con:10/10/300/100/etc '
CALL close STDOUT
succ = open(STDOUT,window,'w')
SAY 'Now let's see…'
ADDRESS COMMAND 'dir ram:'
SAY 'Bye!'
CALL delay(1OO)
This is *much* easier than using pipes, which I think
someone else mentioned.
Alex