1) insert the EOF function after the file open function and before the read. Inputs to EOF are the file reference number, an error cluster and two setting. The outputs are a copy of the file reference number, an error cluster and an offset. If you leave the two setting inputs (called I believe, Offset Mode and Offset Position) unwired, the offset output will be the number of bytes in the file. The Read Characters from FIle.vi routine under the File IO palette shows how this is done.2) If you take the number of values in the 1D array and do a MOD n division (where n is the number of columns in the data) the quotient output from the division will be the number of rows. Besure to trap the error condition where the Remainder output is >0. This indicates a partial ro
w at the end of the data.Mike...