LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control Table - Runtime

Hi,

 

I am displaying some parameters and the corresponding values in the table. I want to give the option to the user(runtime) to  select the single parameter(i.e. single row) and move it "up" or "down" in the display.

 

Kindly suggest me, how to implement or which property can be used. I am using Labview 8.5.

 

Regards

Meena

0 Kudos
Message 1 of 2
(2,512 Views)
Since a table is 2D array of STR you need just a "Delete from Array" to get the line to move and an "Insert into Array" with the index decremented or incremented depending from the direction.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 2
(2,499 Views)