Hi all,
Pls help me how to include quotation marks as part of my string.
Ex:
t1 = "account"; t2 = "Trans" and T3 = "Cust"
I have frame a string like temp = "('Account', 'trans', 'Cust')"
by concatenating t1, t2, t3 with other special chars like (, ), '...
I couldnt add quotation mark.
Thanks,
Kayal.