#Modula2 help
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.