Is there a way to convert a string of strings to a string array in LabVIEW.
eg. "test hello yeh ok"
becomes
[0] = test
[1] = hello
[2] = yeh
[3] = ok
I'm working from memory here, so bear with me. Use the Convert from Spreadsheet String VI in the Strings palette. Set your delimiter as a space.