Hi,
I am struggling with a possibly very trivial issue. I need to get rid of inverted commas (") from a string variable.
If I try string functions such as:
replace v1 = substr(v1, """,.)
I am returned with the error that quotes are too few.
Would you please suggest me a solution?
Best,
Carlo
I am struggling with a possibly very trivial issue. I need to get rid of inverted commas (") from a string variable.
If I try string functions such as:
replace v1 = substr(v1, """,.)
I am returned with the error that quotes are too few.
Would you please suggest me a solution?
Best,
Carlo
Comment