LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

extract data from txt

Solved!
Go to solution

You use a linefeed as delimiter for "spreadsheet string to array", meaning you only get one colunm, each containing the entire line. When you convert to DBL, it only takes the numbers before the first character that cannot be part of a number.

 

  • Change the delimiter to space.
  • If you want to read it as strings, wire a string array to the type.
  • You probably don't need to [open, measure, read, close]. Just read it.
0 Kudos
Message 11 of 11
(256 Views)