Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!sri-spam!sri-unix!hplabs!hpcea!hpcesea!dea From: dea@hpcesea.HP (Bob Dea) Newsgroups: net.micro.pc Subject: Re: I/O redirection in Turbo Pascal Message-ID: <450004@hpcesea.HP> Date: Thu, 23-Oct-86 19:23:02 EST Article-I.D.: hpcesea.450004 Posted: Thu Oct 23 19:23:02 1986 Date-Received: Sun, 26-Oct-86 04:06:41 EST References: <447@unm-la.UUCP> Lines: 3 Turbo Pascal version 3.0 has support for I/O re-direction by way of Compiler Directives {$Gxxx} for input and {$Pxxx} for output. I have used this only in redirecting output to a file. Hope this helps!