LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

string control memory

I need to make string control remember what I typed since program starts. It will save a lot time to input some repeatable typing.
Is any way to do it or any sample?
0 Kudos
Message 1 of 2
(2,049 Views)
See this thread.  It's not about a string control, but the method used would be the same.

Or, if you meant while the program is running, keep the value in a shift register, or use the appraoch above, and when the data in the string needs to be accessed, read it back in from the file.

Message Edited by Novatron on 08-31-2005 12:03 PM

0 Kudos
Message 2 of 2
(2,042 Views)