Trying to use escape characters for double quote
var=":Name\!"" || initCol || "\!"";I am trying to create a string variable which would contain the following: :Name("0")I want to eventually extract data from a column named "0" which is why I'm trying to store this string into a variable. However the output gives me : var = ":Name(\!"0)\!""; It seems like my escape characters aren't working properly... but without the escape characters I can't ...
aandw
vince_faller