home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / ada / 3338 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  877 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!mlb.semi.harris.com!SU19F!jhobson
  2. From: jhobson@SU19F.harris-atd.com (Harv Hobson)
  3. Newsgroups: comp.lang.ada
  4. Subject: Re: Outputting quote marks
  5. Message-ID: <1992Nov23.135257.5944@mlb.semi.harris.com>
  6. Date: 23 Nov 92 13:52:57 GMT
  7. References: <By13E7.4q5@plato.ds.boeing.com> <1992Nov23.125038.11898@news.uni-stuttgart.de>
  8. Sender: news@mlb.semi.harris.com
  9. Reply-To: jhobson@SU19F.UUCP (Harv Hobson)
  10. Organization: ASD Software Systems Section, HARRIS Corp. Melbourne, Fl.
  11. Lines: 9
  12. Nntp-Posting-Host: su19f.ess.harris.com
  13.  
  14. In article <By13E7.4q5@plato.ds.boeing.com> rosen@plato.ds.boeing.com (Robert Rosen) writes:
  15. >I need to use Text_IO to output a string consisting of three
  16. >consecutive quote marks (""").  How can I do it?  Trying 
  17. >  Text_IO.Put_Line (""""");
  18. >produces a compilation error.
  19. >
  20. text_io.put_line("""""""");
  21.  
  22. Harv Hobson
  23.