View Single Post
Old 05-01-2004   #8 (permalink)
localhost
I'm always at 127.0.0.1
 
localhost's Avatar
 
Join Date: Mar 2004
Posts: 26
the problem is not in the delimiter itself. i used tabs for the sole reason that i didnt want it to confuse it with a .csv file.

the problem lies in the number of delimiters per element.

0:0:4:3 and 14:0:0:3 works fine
4:3 and 14:3 does not


i think it EXPECTS a certain number of delimiters based on what it has already read in ... or something like that. so far the only way i've found around is to just do it like the first example that i said in this reply
localhost is offline   Reply With Quote