IonicWind Software

IWBasic => Console Corner => Topic started by: billhsln on April 18, 2020, 09:00:18 PM

Title: Revised Comma Delimited Parser
Post by: billhsln on April 18, 2020, 09:00:18 PM
I found a bug in my original code, so worked on revising/fixing it.  I know many of you probably don't do a lot of comma delimited conversions that actually have and use double quotes within the fields (like Avenue "A" in Washington, DC).  But being OCD, I had to put out the updated/fixed version.

I hope some one can find a use for it,
Bill

Title: Re: Revised Comma Delimited Parser
Post by: h3kt0r on April 19, 2020, 02:38:17 PM
Thank you, might come in handy one day or the other...