‎2007 Feb 03 7:03 AM
Hi All,
I am trying to assign a text ( 'CT1', CT1C' ) to a string but its giving error
I am trying the following statement to assign the text.
doc_typ = ' ( ' CT1 ' , ' CT1C ' ) '.
please suggest
Thanks
‎2007 Feb 03 7:49 AM
try this
concatenate '(' ' ''CT1'' ' ',' '''CT1C''' ' ) ' into text.
regards
shiba dutta
‎2007 Feb 03 7:05 AM
Hi,
For ' give two single quotes in the string
doc_typ = <b>' ( '' CT1 '' , '' CT1C '' ) '</b>.
Thanks,
Naren
‎2007 Feb 03 7:49 AM
try this
concatenate '(' ' ''CT1'' ' ',' '''CT1C''' ' ) ' into text.
regards
shiba dutta