LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Format string for Read From Spreadsheet File.vi

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.
0 Kudos
Message 1 of 2
(2,722 Views)
Use a space as the delimiter. It will show as \s when '\' Codes Display is turned on. You can use %4.6 as the format string. Change the Format and Precision of the indicator on the VI to see all the digits.
0 Kudos
Message 2 of 2
(2,722 Views)