home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / ada / 3738 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.lang.ada
  2. Path: sparky!uunet!spool.mu.edu!agate!linus!linus.mitre.org!linus!mbunix!eachus
  3. From: eachus@oddjob.mitre.org (Robert I. Eachus)
  4. Subject: Re: I/O and the LRM
  5. In-Reply-To: jeffe@hathor.CSS.GOV's message of 17 Dec 92 13:25:00 GMT
  6. Message-ID: <EACHUS.92Dec17113039@oddjob.mitre.org>
  7. Sender: news@linus.mitre.org (News Service)
  8. Nntp-Posting-Host: oddjob.mitre.org
  9. Organization: The Mitre Corp., Bedford, MA.
  10. References: <206@hathor.CSS.GOV>
  11. Date: Thu, 17 Dec 1992 16:30:39 GMT
  12. Lines: 19
  13.  
  14. In article <206@hathor.CSS.GOV> jeffe@hathor.CSS.GOV (Jeff Etrick) writes:
  15.  
  16.  >  I have used the function successfully many times to get the external
  17.  > name of a currently opened file but what I don't understand is the
  18.  > comment about it being used in an open statement. Why would I want to use
  19.  > this statement in an open since the file must already be opened or
  20.  > STATUS_ERROR will be raised.
  21.  
  22.    Because you might want to close the file and open it again?
  23.  
  24.    Actually this statement is more of a direction to the implementor
  25. of TEXT_IO than to the user.
  26. --
  27.  
  28.                     Robert I. Eachus
  29.  
  30. with Standard_Disclaimer;
  31. use  Standard_Disclaimer;
  32. function Message (Text: in Clever_Ideas) return Better_Ideas is...
  33.