LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Modify string indicator

Solved!
Go to solution

 I have a string indicator which reads from a file and display the content of the file to the user.

 I'd like the user to be able to modify the displayed content. How do I do that?

 

 I can't write into an indicator right? unless it's a control

 

 

 

 

 

 

 

 

 

 

0 Kudos
Message 1 of 2
(2,372 Views)
Solution
Accepted by topic author a01lida
Correct.  Make it a control.  To programmatically put data into a control, write to a local variable of it.
Message 2 of 2
(2,369 Views)