Im reading exported data from a comma seperated value file and I'm having a problem.
When I use the following statment:
And the file contains (for instance)...Code:Input #1, Field1$, Field2$, Field3$
"Address","Last, First","Phone"
The input is as follows...
Field1$ = Address
Field2$ = Last <-- any idea why its delimiting this field?
Field3$ = Phone
immediate help would be greatly appreciated




Reply With Quote