05-02-2010 12:47 PM
hello,
I have a cluster in which i m looking for information but not using unbundle function because
i do it from two information of array during execution , i would like to obtain the same that with unbundle Pont isotech. Fichier Corr
it looks like database search ...
it works for first step but not last.
Any idea on how to proceed with using pont isotech cluster ?
Best regards
Tinnitus
05-02-2010 01:04 PM
Because you have nested clusters, you need two for loops for the big cluster. Type cast the Controls in the outer loop to a cluster (pay attention to error handling), then obtain the names in the second loop.
Also use the name to perform a search 1D array (on the small cluster which is converted to an array) to get the value index you want to obtain. You don't need to go through the cluster n times...
Also use the variant to value for the type cast if all will be of type path.
Felix
05-02-2010 01:10 PM
sorry don't you have time to correct my vi
It was just an example but i need to scan n times because i 'm looking Fichier corr for each element in 1d array
Best regards Tinnitus