02-03-2009 03:16 AM
02-03-2009 03:30 AM
Use a Functional Global Variable with a Get/Set/Clear case for the string.
Christian
02-03-2009 09:09 AM
Well, I don't know if you're asking us to write the program for you, or if you're asking how to change the value of a control programmatically. To change the value of a control programmatically you can use either a local variable or use the "Value" property node. (insert all sorts of caveats here about race conditions that can occur with local variables, and everybody else jumping in and saying "I recommend that you don't use local variables and use the property node instead... Blah, blah, blah...)
If that is not your question, then please be more specific in what you're asking.
02-03-2009 06:02 PM
Hi Proven, thanks for your suggestion, Yesterday, i have tried two methods: local varible and property node. I found perperty node is more suitble for my system...... Well, i find there are still many questions hereafer, i will keep you informed then.... Thanks .....