home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / ada / 3324 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.lang.ada
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!scd.hp.com!hpscdm!icon.rose.hp.com!tom
  3. From: tom@hpncmo.rose.hp.com (Thomas Vachuska)
  4. Subject: Re: Outputting quote marks
  5. Sender: news@icon.rose.hp.com (News Administrator)
  6. Message-ID: <By1D8t.G5L@icon.rose.hp.com>
  7. Date: Fri, 20 Nov 1992 22:31:41 GMT
  8. References: <By13E7.4q5@plato.ds.boeing.com>
  9. Organization: HP Networked Computer Mfg. Operation
  10. X-Newsreader: TIN [version 1.1.8 PL6]
  11. Lines: 16
  12.  
  13. Robert Rosen (rosen@plato.ds.boeing.com) wrote:
  14. : I need to use Text_IO to output a string consisting of three
  15. : consecutive quote marks (""").  How can I do it?  Trying 
  16. :   Text_IO.Put_Line (""""");
  17. : produces a compilation error.
  18.  
  19. Try this...
  20.  
  21.     Text_Io.Put_Line (<some-string> & Ascii.Quotation & <other-string>);
  22.  
  23. Thomas Vachuska
  24. ------------------------------------------------------------------------------
  25. tom@mothra.rose.hp.com                   (916)-785-4983  (Telnet & Voice Mail)
  26. ------------------------------------------------------------------------------
  27.