CompuServe Messages

#Modula2 help

    01-Jul-88 22:44:27
Sb: #Modula2 help
Fm: Joe Watkins 72247,2273
To: ALL
I'm having a few 'BASIC' problems with Modula 2 (I'm using TDI) and would appreciate a bit of help. I'm new to the language and I'm sure my problem is old hat to most of you. Here goes … I bought PowerWindows2 and it works like a champ. I can make windows and screens all day long, the problem is trying to run my programs in the nice new windows. All my commands like WriteLn; WriteString; WriteInt; ReadReal; WriteReal; etc… still come up in the CLI window. How do I get them in the PowerWindow's window?? I had the same problem in using a RAW: window, but figuered that one out. FROM InOut, I'm IMPORTING OpenInputOutputFile and opening ("RAW:0/0/640/200/WindowName"); with no problem. All the InOut functions interact in that window just fine, but how do I then access the printer? I was using IMPORT InOut; and InOut.OpenOutputFile("PRT:"); but that doesn't like OpenInputOutputFile("RAW: etc… ). Thanks for any help. I realize this is old stuff to most of you, but it's serious stuff to us new comers to Modula 2. Thanks again.