02-25-2016 11:31 PM
I have a cluster of strings and I want to send it to another cluster according to the selection basis which will be done by me and again from the second cluster to the first one.
02-25-2016 11:33 PM
Your question is not clear. How do you select the string in a cluster? Please show the cluster format
02-25-2016 11:56 PM
This is the format but in the second cluster it should be in the form of strings
02-26-2016 12:08 AM - edited 02-26-2016 12:23 AM
I guess you are a very beginner, since you seem do not know there is a thing called block diagram in LabVIEW 🙂
Take some of the free tutorials...
http://www.ni.com/f/students/12/7052/en/
edit: based on your Front Panel what you showed, you do not have a cluster with strings. You have two clusters with Boolean buttons...
edit2: you could even use an array as output, since the types are the same, you do not need a cluster:
And if you want to get the Bool texts:
02-26-2016 12:53 AM
If you want to get only the Boolean text of the button which you clicked on it, you can just use an Event structure: