I have a text file containing three columns of data that I am trying to read into an array. The data is in the following format:
f14.6 followed by a space followed by f14.6 followed by a space followed by f14.6 followed by an end-of-line character. What format string do I use in the Read From Spreadsheet File.vi?
Thanks.