need help again

 

How to make edit field show string I enter? When I enter new value it will change to the initial value. I need it show the new value that I enter last time. And get the new value to variable.

Sorry for my poor English.

Thanks.

 
save it somewhere before you change it
 
qjol:
save it somewhere before you change it

How to save it? Can I use "ObjectGetString" ?
 
I can't change the value, it always change to the first initial value every tick.
 
show the relevant code
 
metbright:

How to make edit field show string I enter? When I enter new value it will change to the initial value. I need it show the new value that I enter last time. And get the new value to variable.

Thanks.

"When I enter new value it will change to the initial value" .If the object is created by an indicator, it will always return to it's original value (the object will be deleted and a new one with original settings will replace it).

You can change the indicator to assign the string you want but you can't "save" your changes by editing fields like that.

Can you be more specific about what you try to do, how you try to do it and why?

Reason: