April 19, 2024, 01:30:27 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Correction to my Comma_Delimited_Parser Subroutine

Started by billhsln, November 21, 2008, 11:33:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

billhsln

I found a problem with one line of code, which I would like to pass along, so that any one using the subroutine will get correct results:

'  if current char = " and previous char = "
if (cchar = q) and (pchar = q)
fldn = ""


The change is the 'fldn = ""' line.

Bill
When all else fails, get a bigger hammer.