Bruce

  It should work both ways you are doing it. I’ve used both methods and it 
works. Can you post how you are adding the brackets.

 

Buddy

 

 

 

From: [email protected] [mailto:[email protected]] On Behalf Of 
Bruce Chitiea
Sent: Saturday, April 30, 2016 11:23 PM
To: [email protected]
Subject: [RBASE-L] - Embedded Quote in Variable Text String

 

Seemed simple:

 

Q: How does one embed a quote character [ ' ] within a text string?

 

For the RMailX Plugin, wanted to create a variable with the output (within 
brackets): [ Come to Bill's Party! ]

 

SET VAR vInvitation TEXT = ('Come to Bill''s Party!')

 

... produces [ Come to Bill''s Party! ]

 

SET VAR vq = (CVAL('QUOTES'))

SET VAR vInvitation TEXT = ('Come to Bill' + .vq + 's Party!')

 

... produces [ Come to Bill''s Party! ]

 

I've tried a number of variations, with crashable results; the one constant 
being an odd number of [ ' ] within the parens spoils the party.

 

??

 

Bruce

SafeSectors, Inc.

909.238.9012 Mobile

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected] 
<mailto:[email protected]> .
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to