Hello,

    I need your help.  I need to add text to a VARCHAR variable so that I
can UPDATE  the VARCHAR column.  The VARCHAR column hold data and I want to
concatenate text information before the existing data.

                I have a form variable (vvComment) that hold the VARCHAR
column value.  I have tried.

SET VAR vvComment = ( 'Manuel' + .vvComment)

AND

SET VAR vComment VARCHAR = ('Manuel' + .vvComment)

AND

Other combination but they won't concatenate.  What am I missing.

I am using 

R:BASE eXtreme 9.5 (32), U.S. Version, Build: 9.5.5.30414

 

I will be most grateful for any blues clues.

Thank you,

Manuel de Aguiar

 

 

 

-- 
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