09-02-2009 12:58 PM
Attached is my code that gives the error.
Thanks.
09-02-2009 01:14 PM - edited 09-02-2009 01:16 PM
There error is expected while cycling through the elements that are not an array. The loop should stop once it was OK.
here is a mod of your code showing how to find the array "by name".
Have fun,
Ben
After thought: I have been assuming that you know about "Unbundle by Name" and that does not meet your needs. If not try it.
09-02-2009 02:18 PM
Sorry, I was looking at the index #0 of the value array, not the fifth like the data array is inside the cluster. That was my mistake.
Thanks for all the help Ben. I will keep working on this to pass the appended cluster to another vi without the data array.