> I guess, to show the content of a SETC variable symbol in MNOTE,
> you will have to double the apostrophes. That is: copy the symbol to
> another one, call a macro which doubles the apostrophes and then
> show this other symbol.
The built-in function DOUBLE might come in handy. From the Language
Reference:
DOUBLE('cexpr') or (DOUBLE 'cexpr') converts each occurrence of an
apostrophe or ampersand character in the argument string to a pair of
apostrophes and ampersands. In this form, the string is suitable for
substitution into statements such as DC and MNOTE.
- mb