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