curly braces

David Thompson dthmpsn1 at uiuc.edu
Tue Apr 22 09:50:23 PDT 2008


>Thanks to both of you. I expected this, because
>in macro's, that you call procedures, you cannot 'print' quotes in a text,
>for example:
>  insertline field a (textfield) "All "" Right"
>or use quotes after a quotation. There is a way however but that is a bit
>more complicated.

This will work with Panorama 3

insertline
field a
cell {All " Right}

or you could just use

insertline
a = {All " Right}

With Panorama II you could use

insertline
a = "All "" Right"

or

insertline
a = ³All " Right²

Those last 2 are both documented in the Panorama 
II manual, and can be used in any of the more 
recent versions as well. (For those that can't 
see them, the last version used smart quotes.)



Dave


More information about the Qna mailing list