LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to write a cell value to one Cell in one table Indictor of front panel in LV6.1?

i tried with Property Node, but i failed.Hope for your helps!
0 Kudos
Message 1 of 6
(2,885 Views)
A table is basically a 2D string array. Just use Replace Array Subset.

___________________
Try to take over the world!
0 Kudos
Message 2 of 6
(2,884 Views)
You can also use an INVOKE node (set cell value). That's sometimes more convenient, specially went you want to modify the column or row headers.

CC
Chilly Charly    (aka CC)
0 Kudos
Message 3 of 6
(2,876 Views)
thanks a lot! It is OK
0 Kudos
Message 4 of 6
(2,853 Views)
helllo CC:
How to modify the column or row headers? I just can modify the cell value , because the min X index and Y index is both 0, what is the index for the column or row headers? Thanks!
0 Kudos
Message 5 of 6
(2,850 Views)


@shenzhengpib wrote:
helllo CC:
How to modify the column or row headers? I just can modify the cell value , because the min X index and Y index is both 0, what is the index for the column or row headers? Thanks!


Use -1 as index value

CC
Chilly Charly    (aka CC)
0 Kudos
Message 6 of 6
(2,845 Views)