10-30-2018 04:45 PM - edited 10-30-2018 04:45 PM
Not clear when you want to break that data into arrays; when you get a single line or when you have all of it. Either way teh spreadsheet string to array function will do it.
10-31-2018 07:54 AM
@mcduff wrote:
I believe the SNAP values are separated by a comma, look in the manual. I would then use spreadsheet string to array function, make 1d array, and insert it into my 2d array for the file.
Also if you are concerned about speed, only acquire X & Y, and then convert that to R & Theta, querying and waiting for a response is slow, much faster to do it on the computer.
mcduff
Appreciate the advice!
10-31-2018 07:56 AM
Thanks for the example! I was just starting to wire everything up last night before getting pulled to work on another project, I'll definitely give it a go today.