home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!ohstpy!miavx1!sjmadsen
- Newsgroups: comp.lang.pascal
- Subject: Re: Updating
- Message-ID: <1992Aug20.123917.12192@miavx1.acs.muohio.edu>
- From: sjmadsen@miavx1.acs.muohio.edu (Steve Madsen)
- Date: 20 Aug 92 12:39:17 -0500
- References: <1992Aug19.041343.23349@Armstrong.EDU> <19AUG92.06011743@skyfox.usask.ca> <16udk2INNn01@matt.ksu.ksu.edu>
- Organization: Miami of Ohio
- Lines: 12
-
- >>Assign( F, "MYFILE" );
- >>Reset( F );
- >>Seek(FileSize( F )); { This should take you to the end of the file }
- >
- > Wouldn't Seek(EOF) work just as well, and read more clearly?
-
- EOF returns a boolean value, so I'd say no...
-
- --
- Steve Madsen
- Miami University Oxford, OH
- Internet: sjmadsen@miavx1.acs.muohio.edu
-