Skip to Content
0
Former Member
Feb 24, 2009 at 07:32 AM

String Concatenation

48 Views

Hi Experts:

How can i concatenate single quote ( ' ) with my string .

Ex: votre bon d'achat -


> This is my string name as Str.

if i assign this to Str

str = 'votre bon d'achat' .

it throws error ( Incorrect arithmetic or bit expression: Instead of "ACHAT", an operator . because the string contains Single Quote ( ' ) .

Please throw some light on it.

Thanks,

Venkat