importstring(ls_string)
The string is a tab delimited text that has a single quote. This single quote is causing an error when the string is imported into the DataWindow.
I tried to replace all occurrences of double quote with ~"
or \"
but both do not work.
What do you think is a potential work around?
Thanks.