Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!cbmvax!vu-vlsi!perry From: perry@vu-vlsi.UUCP Newsgroups: comp.lang.pascal Subject: Re: VMS Pascal help needed Message-ID: <622@vu-vlsi.UUCP> Date: Wed, 11-Feb-87 00:30:39 EST Article-I.D.: vu-vlsi.622 Posted: Wed Feb 11 00:30:39 1987 Date-Received: Thu, 12-Feb-87 03:51:47 EST References: <382@umnd-cs-gw.umnd-cs.UUCP> <4020001@nucsrl.UUCP> Reply-To: perry@vu-vlsi.UUCP (Rick Perry) Organization: Villanova Univ. EE Dept. Lines: 16 >> How to to RESET and REWRITE filenames > RESET and REWRITE took file *variables*, not file names In Oregon Software Pascal as I recall, you could do: reset(fvar,'fname') and rewrite too, with some other optional arguments as well. VMS 4.x has a lot of online help for Pascal: $ help PASCAL Input_Output General_Procedures OPEN ... OPEN (file-variable ,[[file-name]] ,[[file-history]] ... lots more like: open(input,'fname',readonly); open(output,'fout',new);