09-06-2008 12:45 PM
Hello,
I am working with a variant that contains a cluster of 4 elements (VISA Resource, DBL, DBL, boolean). I used the Variant to Flattened String function to obtain the data string and type string. What I want to do next is to convert this information to read back the values of the two DBL elments, and the boolean.
I've seen examples where a numeric array was converted to a data string and type string. I want to do the opposite of that and convert back to an array. Thanks!
09-06-2008 12:54 PM
09-06-2008 12:55 PM
Well, first you need to convert it back to a variant, using "flattened string to variant", then use "variant to data" with the original cluster as type. Now you can unbundle your desired values.
Which step is giving you problems?
Please attach some real code (not front panel images) if you get stuck. 😉
09-06-2008 01:09 PM