|
|
|
|
|
Re: Read/format mixed int/flt/strng ascii files [message #31853 is a reply to message #31787] |
Wed, 21 August 2002 09:08  |
Pavel A. Romashkin
Messages: 531 Registered: November 2000
|
Senior Member |
|
|
I am afraid it is laborious to do this. Although it is indeed very
simple. Number of lines does not matter, it is the varying field types
that do. If you had the same field types it would be very simple but
varying the type will require line-by-line reading, which is slow.
What's the source of the files? Is there a chance they can be organized
better to start with?
Like others said, give us an example, and the worst case example if possible.
Good luck,
Pavel
|
|
|