Skip to main content

##beginquote ... ##EndQuote

Quote the text string they enclose, doubling all quotes within text.

Description

The ##beginquote text ##EndQuote macro preprocessor directives quote the text string they enclose, doubling all quotes within text. Similar in purpose to the ##quote directive, but ##beginquote ... ##EndQuote allow for unpaired parentheses or quotes, as shown in the following example:

  SET code($i(code))=##beginquote SET def="SQL code-generation" &SQL(SELECT Name ##EndQuote
    SET code($i(code))=##beginquote FROM Sample.Person) ##EndQuote
FeedbackOpens in a new tab