CompuServe Messages

Rx Window

    06-Apr-93 17:16:49
Sb: #33902-Rx Window
Fm: Alex Gian 100114,3132
To: Henry Williams 73527,1446
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