From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, WEIRD_QUOTING autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cf72236526e50aab X-Google-Attributes: gid103376,public From: John English Subject: Re: newbie question: the " character inside a string Date: 2000/05/24 Message-ID: <392BD9C7.8AEC0B8C@bton.ac.uk>#1/1 X-Deja-AN: 626723530 Content-Transfer-Encoding: 7bit References: <8ggcnp$83r$1@inf2.informatik.uni-stuttgart.de> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@bton.ac.uk X-Trace: saturn.bton.ac.uk 959175206 1488 193.62.183.204 (24 May 2000 13:33:26 GMT) Organization: University of Brighton Mime-Version: 1.0 NNTP-Posting-Date: 24 May 2000 13:33:26 GMT Newsgroups: comp.lang.ada Date: 2000-05-24T13:33:26+00:00 List-Id: Martin Tobisch wrote: > what do i have to do if i want to include a " inside of a string? > for instance make the string: name="something"? S : String := "name=""something"""; Use "" for " inside a string. ----------------------------------------------------------------- John English | mailto:je@brighton.ac.uk Senior Lecturer | http://www.it.bton.ac.uk/staff/je Dept. of Computing | ** NON-PROFIT CD FOR CS STUDENTS ** University of Brighton | -- see http://burks.bton.ac.uk -----------------------------------------------------------------