Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!udel!haven!umbc3.umbc.edu!umbc5.umbc.edu!cs202216 From: cs202216@umbc5.umbc.edu (cs202216) Newsgroups: comp.lang.pascal Subject: Re: Unix pascal. Keywords: Unix assign Message-ID: <1991Apr18.131407.22931@umbc3.umbc.edu> Date: 18 Apr 91 13:14:07 GMT References: <1991Apr18.012315.26542@ucunx1.san.uc.edu> Sender: newspost@umbc3.umbc.edu (News posting account) Distribution: na Organization: University of Maryland Baltimore County Lines: 28 In article <1991Apr18.012315.26542@ucunx1.san.uc.edu> chernesk@ucunx1.san.uc.edu (Chris Chernesky) writes: >Hey all! Just wondering if you know the Unix Pascal equivilent of Turbo >Pascal's "assign". I would consult a manual, but no one I know has one >and I'm not about to run out to the Univ. bookstore and get one for >$30-$40. >Any help will be greatly appreciated. > >-- > >Chris Chernesky > > - chernesk@ucunix.san.uc.edu > - ccherne@moe.eng.uc.edu > - chernesk@ucbeh.san.uc.edu Unix pascal just uses the rewrite/reset procedures. Ex: rewrite(infile,'indata.dat'); reset(outfile,'outdata.dat'); Easy enough? -- ****************************************************************************** * Matt Gove * Need any magnetic tape with one * * Internet: cs202216@umbc5.umbc.edu * sticky side? * ******************************************************************************