Modula2 packages
09-Mar-88 12:17:10
Sb: #112685-Modula2 packages
Fm: Steve Faiwiszewski 74106,425
To: Mike Lawrence 70030,160
I assume you're trying to get rid of the window that's implicitly opened if
you're running from Workbench. The way to do this is to Close(StdInput) and
setting StdOutput to NIL. StdInput & StdOutput are in module System. The
unfortunate thing about this scheme is that the window is still opened for a
moment (until you close it) so it shows up as an unsightly flash. Oh well…
– Steve –