Hi everyone,
I am trying to figure out how to access the members of a cluster in an array as an array. I have an array of clusters, each cluster consisting of one string indicator and one boolean control. I did it this way because I wish to associate a boolean and a string, similar to a C typedef struct. What I need to be able to do is to access the booleans (and strings too) as an array by itself. I'd like to have something like:
mycluster[i].myboolean
and be able to loop through i and substitute values easily. I also need to be able to resize it. It seems to be a bit of a pain to do this. I have attached two VIs that I have for accessing this and the control. Can anyone think of a much simpler way to do this?
Thanks,
Jason