Question: How do you parse a string containing quotes?

How do you parse a string containing quoted material?

If the material is read in from a file
readline("f:/test.txt")
and the line contains quotes, if you parse you get an error.

Please Wait...