09-12-2011 09:41 AM
Is it possible to get the function that is normally found in the menu "data operations > delete element" in a button next to the element?
I don't want that the user has to right click to delete an element. A button next to the line should do the trick.
I'm talking about an element of an array.
Is there anyway to make this possible ?
Thanks in advantage
09-12-2011 09:51 AM
Just read the array, remove an element, then write back to the control using a local variable or value property node.
09-12-2011 10:33 AM
The VI to do this is "Delete From Array".