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

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!swrinde!news.dell.com!uudell!bigtex!texsun!exucom.exu.ericsson.se!news
  2. From: exuptr@exu.ericsson.se (Patrick Taylor)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: RE: Updating
  5. Message-ID: <exuptr.330.714250471@exu.ericsson.se>
  6. Date: 19 Aug 92 18:54:31 GMT
  7. References: <1992Aug19.041343.23349@Armstrong.EDU> <19AUG92.06011743@skyfox.usask.ca>
  8. Sender: news@exu.ericsson.se
  9. Organization: Ericsson Network Systems, Inc.
  10. Lines: 18
  11. Nntp-Posting-Host: exupc31.exu.ericsson.se
  12.  
  13. In article <19AUG92.06011743@skyfox.usask.ca> friesenda@skyfox.usask.ca writes:
  14. >In a previous article, newso584@Armstrong.EDU (Robert Newsome) wrote:
  15.  
  16. >>This question may be naive, but is there a way that I can add records to a
  17. >>pascal file that already exits?  i.e. an open command instead of rewrite?
  18.  
  19. >Yep.  Use the RESET command instead of REWRITE.  You may also have
  20. >to SEEK to the end of the file first before adding the records.
  21.  
  22. Also, there is the append(f) function for files of type :text.
  23.  
  24.  ----------------------------------------------------------------------------
  25.     "This must be Thursday.  I never could get the hang of Thursdays"
  26.                                                        - D Adams
  27.   - Patrick Taylor
  28.     Ericsson Network Systems
  29.     exuptr@exu.ericsson.se                       "Don't let the .se fool you"
  30.     alternately, exuptr@ZGNews.Lonestar.Org
  31.