03-09-2006 12:00 AM - edited 03-09-2006 12:00 AM
Message Edited by weichengatech on 03-09-2006 12:00 AM
03-09-2006 05:00 PM
Hello,
There’s no real efficient way to read the file if you don’t know exactly how many rows of data you have. Your going to just have to read a row at a time and add the results to the end of an array (granted for the clever programmers there are some more efficient ways to do this than just with ‘build array’). I would start by asking you how much information you know about the file and what the exact structure of it is (i.e. is it a binary file, a tab delimited file, or a LVM file)? Could you provide a screenshot of the code you are running? If you provide a little more information on the file structure we might be able to contribute some additional information.
Look forward to hearing back from you-
03-10-2006 09:21 PM