All:

RGBXE

If I run this code from within the editor:

SET VAR vq TEXT = (CVAL('Quotes'))
SET VAR vGreatFall TEXT = ('(t1.Humpty + ' + .vq + ', ' + .vq + ' + t2.Dumpty)')
SHOW VAR vGreatFall

... I get the desired result at the R> output screen:

(t1.Humpty + ', ' + t2.Dumpty)

... If I run the SAME code from the R>, I get:

(t1.Humpty + ,  + t2.Dumpty)

... no quotes.

Is there a setting I'm missing?

Bruce Chitiea
SafeSectors, Inc.
909.238.9012 mobile

Reply via email to