LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to insert a number into MsFLEXgrid control in labview

i insert a MsFlexGrid in a container of a vi,i want to insert something into the control,
 
such as "10" into the cell(col 3,row 4),how can i do ?
 
In addition,i find if i want to insert numbers into a table in labview,it can only insert a array into it
 
,not a definite cell(such as col 3,row 4),i want to know whether this is character of labview,not like Vb
0 Kudos
Message 1 of 4
(3,186 Views)

Take a look at the image below

For the table you need to replace an array element before updating the indicator. I demonstated using a shift register to remember the new value of the indicator after the update instead of using a Value property node or a local variable.

Let me know if you have any further questions

David

Message Edited by David Crawford on 10-10-2006 09:10 AM

0 Kudos
Message 2 of 4
(3,181 Views)
 
0 Kudos
Message 3 of 4
(3,173 Views)

You didn't write anything in your response

???

Message 4 of 4
(3,175 Views)