K
Ken Ward
Guest
The IMPORT statement is definitely the way to go, but I had to deal with a similar issue where the IMPORT statement wouldn't have been useful. What I did was I checked the first character to see if it was a quote but the last character was NOT a quote. If so, then it went into a loop where it looked for a token that ended with a quote, appending commas and tokens along the way. It might've been kludgy, but it got the job done.
Continue reading...
Continue reading...