01-30-2019 10:27 AM
01-30-2019 10:47 AM - edited 01-30-2019 10:50 AM
What I would do is make all the Booleans in the cluster set to "switch when released", in the cluster value changed event, compare new value to old, figure out which button was pressed - you'll have to do this anyway - and set that button back to FALSE.
EDIT: By comparing the two clusters directly with an Equals function, you'll get a cluster of Booleans with the same structure that indicates whether or not that particular object in the cluster had changed.
01-30-2019 11:10 AM
@RavenFans: Thank you for warning me. You are correct, I should not use it.
@Altenbach: Thank you for your help again. What you said is correct.
@Bill: Using reinitialize to default value is less complicated for me. But thank you very much for clarifying what I have to do.