07-21-2010 08:38 PM
Is there an easier way to read several Boolean Texts? Possibly through a for loop but would need to be able to change the reference to accomplish this task.
Solved! Go to Solution.
07-21-2010 09:34 PM
Build the 4 boolean references into an array. Feed that array into a For Loop with autoindexing. Inside that is the property node. The string output of the property node will exit the For Loop with Auto-indexing turning it back into a string array.
07-21-2010 09:40 PM
To be completely honest... I figured it out. I did the same thing you just suggested. I just was stumped for a while. I posted this in frustration. Thank you for your effort.
07-22-2010 01:44 AM - edited 07-22-2010 01:44 AM
It almost looks like all your buttons are in one cluster, so you could do something like this instead.
(If the cluster also contains other controls, a little it more code is needed).