09-19-2017 08:58 AM
Basically put this is my data;
09-19-2017 09:08 AM - edited 09-19-2017 09:09 AM
You can convert the data to an array using the "spreadsheet string to array" function found in the string palette. Depending on what you wire to the "array type" input will define what type of array it is converted to (the default is Dbl, but you can wire an array of string as well), This will give you an array to work with. If you have an array of string it can be wired directly into the value property of a table.
You say that the values are comma separated, what defines the end of a row, as you have shown it?

09-19-2017 09:11 AM
Hi Caffeine,
I thinks you use "VISA Read" to have these datas. the output is a String
Use élement of String Palette to perform operations of formatting. Then, you can use the palette Array. to perform others operations.
Yes, I thinks also that it is the right way.
Regards,
Fred
09-19-2017 09:27 AM - edited 09-19-2017 09:28 AM
Use the "Spreadsheet String to Array" vi and set the delimiter to a comma.
That will separate your data into a string array, then you will have to convert the strings to numbers to do any math on them.