Re: EQPR.ORG
Posted by Skywise on March 12, 2009 at 23:10:45:

Roger, just write your own code to parse the data. I do it all the time. Although XBasic has built in functions to read comma or tab delimited lines, I never use them.

Sometimes if I have a LOT of data, I'll first write a short program to read the human readable text file and re-save it as a binary file. This helps speed up development of the main program by speeding up loading of the data file.

Brian


Follow Ups:
     ● Re: EQPR.ORG - Roger Hunter  09:25:55 - 3/13/2009  (74882)  (0)