03-26-2024 08:30 AM - edited 03-26-2024 08:43 AM
Hello,
I have an 2d array of numeric data. I want to add the data of colum 1 to a Ring (without duplicates). I have used the Strings and values[] property node and it works properly. Now I want to create a button to delete al those values in the ring to add different ones. How can I make it?
Solved! Go to Solution.
03-26-2024 09:54 AM
Create an Event structure with a value change event for your button. Then within that event case, simply wire the new data to the Strings and Values[] property of the ring.
03-26-2024 12:43 PM - edited 03-26-2024 12:44 PM
You would just rewrite the "strings and values[]" property with the new values. No need to delete anything first.