LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting cell values from a table indicator

Hi,
I have VI in which i write numeric values from few controls to the second column in a table indicator. The way i fill table is: i enter a numeric value in one control and then depending on the value entered, a value from other control gets filled into respective location in the table. One i enter a value, i want to delete it from table if it is incorrect value while i'm still in the loop of entering remaining values. How can i do that by clicking in particular table cell and deleting that value??
Thanks
0 Kudos
Message 1 of 2
(2,594 Views)
Atul,

While there are multiple ways to accomplish this, the easiest way would be to make the table a control rather than an indicator. By making the table a control, you can edit the table by selecting elements and changing them as you please. The only other change this will require in your VI is the updating of the table through a local variable instead of directly.


Regards,

Matt Friedman
National Instruments
0 Kudos
Message 2 of 2
(2,594 Views)