Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

I like to convert from string format into array

I have problemwith function "spreadsheed string to array" and I need your help on that.I have to convert a string number (ex.:3,345E-02)into array. If I use function mentioned before, the results of conversion is 3.000E-02.The data were acquired from oscilloscope Agillent with deep memory, and the data type of file is .csv.
Thanks
Primoz Bogataj
0 Kudos
Message 1 of 3
(3,662 Views)
how about wire the "format string" input of "Spreadsheet String to Array" to "%f" ??
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 2 of 3
(3,662 Views)
Hi, i tried your example.
1) You have use dot instead comma as decomal point. (in your message written 3,345E-02)
2) In format string write "%f"
0 Kudos
Message 3 of 3
(3,662 Views)