Path: utzoo!attcan!uunet!husc6!mailrus!uwmcsd1!lakesys!tomk From: tomk@lakesys.UUCP (Tom Kopp) Newsgroups: comp.lang.pascal Subject: Re: Help! Summary: Input files in Turbo Message-ID: <852@lakesys.UUCP> Date: 20 Jul 88 22:34:09 GMT References: <72200001@cdp> Organization: Lake Systems, Milwaukee Wisconsin Lines: 16 In article <72200001@cdp>, commonwealth@cdp.UUCP writes: > > I have > turbo pascal for my IBM PC, but I can' > t seem to get the input file to be accessed correctly. How do I do > it? I had a similar problem....I went from Pascal on an (ack) PR1ME 750 (Which I despised) Back to using Turbo, and I'd forgotten how to open files... Instead of simply reset(infile,'mytext.txt'); I re-discovered I had to use assign(infile,'mytext.txt'); reset(infile); Hope this helps!