LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How display and edit an array through the same indicator?

I have an array of strings that I would like to be able to display then edit. I would like to display them in an indicator or table that could be edited. It would be easy to write something that displays to an indicator and edits through a control, but I would like to user to be able to edit any element within the array as it is displayed.
 
Jim
0 Kudos
Message 1 of 3
(2,355 Views)
Just make it a control (for direct editing), then programmatically write to a local variable of it as needed.
Message 2 of 3
(2,347 Views)

altenbach,

That works great! Thanks for the help.

Jim

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