I have a file which is made up of comma delimited quoted strings. I supprised myself, by reading the file into the application.
The problem I am having is when I use
i=searchstring.indexOf(",\"");
It causes the application to have problems. Anyone have a better way to parse quoted strings?


