May 02, 2024, 04:41:45 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


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.