LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

delete element button in labview

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

 

 

0 Kudos
Message 1 of 3
(2,548 Views)

Just read the array, remove an element, then write back to the control using a local variable or value property node.

=====================
LabVIEW 2012


0 Kudos
Message 2 of 3
(2,546 Views)

The VI to do this is "Delete From Array".



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 3 of 3
(2,532 Views)