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?
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.