I need to create a string variable with double quotes like:
“IVP” Polarise@newmountaining.com
Can anyone help me on this.
Thanks!
Anmol
I need to create a string variable with double quotes like:
“IVP” Polarise@newmountaining.com
Can anyone help me on this.
Thanks!
Anmol
To indicate a double quote use it twice like this “”“IVP”"" to assign it to any string variable.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.