03-22-2011 11:33 PM
Hi,
I am trying to convert a csv string containing a cluster into an array of strings as part of a profile definition for temperature/humidity chambers. I don't want to apply any formatting to the output array because the values aren't the same type. Can I just use a blank string to wire the formatting terminal? I attached the VI. I've also seen some wiz-bang csv writing/reading stuff, but this is a school project so I can't use the code.
Thanks,
Simon
Solved! Go to Solution.
03-22-2011 11:43 PM
Just use %s as your format string.
Don't use Array to cluster and then unbundle cluster. That is a hack, a Rube Goldberg. Just use Index Array. That is resizable downwards so you can get the successive indices.
03-23-2011 08:18 AM
Thanks!
03-23-2011 12:23 PM
A few more comments: