Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert string into decimal number?

Good day,
 
A GPIB accessed instrument returns a string of numbers.  The string format has up to 256 numbers.  Each number is separated by a comma.  I want to convert this string into a group of decimal numbers.  How do I do this?
0 Kudos
Message 1 of 5
(3,950 Views)
What programming language?
0 Kudos
Message 2 of 5
(3,949 Views)
labview 7.0
0 Kudos
Message 3 of 5
(3,946 Views)
Spreadsheet String to Array will convert comma separated strings into an array of DBLs. You have to specify a comma for the delimiter as the default is a tab.
0 Kudos
Message 4 of 5
(3,940 Views)
thanks
0 Kudos
Message 5 of 5
(3,922 Views)