[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Use of single quotes and ! within quotes



     Use double single quotes or double exclamation mark. For example:

     let $string_with_quotes = '''This string is quoted'''

     let $string_with_em = 'This string has an exclamation mark!!'

     John L. Kellogg
     MITI Technical Support Manager


______________________________ Reply Separator _________________________________
Subject: Use of single quotes and ! within quotes
Author:  SQR-USERS@USA.NET at Internet
Date:    18/06/96 2:13 PM


Dear all,

How can I enter a single quote or exclaimation mark (!) within quotes in SQR,
so I can print these things out on a report.

Adding a sigle quote ends the string, and the system takes everything after !
as a comment.

Is there some escape sequence etc to cater for this?

Sean Carroll