home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.ada
- 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
- From: tom@hpncmo.rose.hp.com (Thomas Vachuska)
- Subject: Re: Outputting quote marks
- Sender: news@icon.rose.hp.com (News Administrator)
- Message-ID: <By1D8t.G5L@icon.rose.hp.com>
- Date: Fri, 20 Nov 1992 22:31:41 GMT
- References: <By13E7.4q5@plato.ds.boeing.com>
- Organization: HP Networked Computer Mfg. Operation
- X-Newsreader: TIN [version 1.1.8 PL6]
- Lines: 16
-
- Robert Rosen (rosen@plato.ds.boeing.com) wrote:
- : I need to use Text_IO to output a string consisting of three
- : consecutive quote marks ("""). How can I do it? Trying
- :
- : Text_IO.Put_Line (""""");
- :
- : produces a compilation error.
-
- Try this...
-
- Text_Io.Put_Line (<some-string> & Ascii.Quotation & <other-string>);
-
- Thomas Vachuska
- ------------------------------------------------------------------------------
- tom@mothra.rose.hp.com (916)-785-4983 (Telnet & Voice Mail)
- ------------------------------------------------------------------------------
-