10-06-2009 08:20 AM
Even after deleting the string "Counting to five: one 2 three 4. five." from the string control and replacing it with another string the original string returns after the VI is saved then reopened. Where is this string data coming from? I've attached a copy of the library function. I've been able in my application to get around the problem by replacing the string control with a string constant. But I'm still curious as to what's going on.
Thanks,
Chuck
Solved! Go to Solution.
10-06-2009 08:54 AM
Chuck,
String control has been set to default with the string you are seeing. To change this, enter the new string, right click the control and select
Data Operations>>Make Current Value Default
Now save your vi.
10-06-2009 09:28 AM
10-06-2009 09:35 AM
10-06-2009 09:42 AM
Thanks, yes my plan is to use an .ini file for the final version of the software.