<div>When opening .asc files, they are scanned for any values that may be floating point so the type of data (int or float) can be set properly.  For the case I&#39;m dealing with (2800 files @ 50mb each) it means that each file takes about 1.25 seconds to open (because the data is all integer data).  It means it takes nearly an hour for all the files to be opened.  Short of changing the code to not scan for a &#39;.&#39; and just assume that every file is a floating point file, can anyone think of a good way to speed this up?</div>


<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Todd</div>