home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4930 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  758 b 

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