DDT Newbie 
How does one (after entering text in a text box) capture the entered text into a variable?
I have tried CONTROL GET TEXT but it just gets whatever is displayed in the box when the application runs.
What I want to do is be able to enter some text, do some checking, and if it correct go on, and if it is not, clear the textbox and enter some more text, etc.
I really don't see how to do this, can anyone help me please?

How does one (after entering text in a text box) capture the entered text into a variable?
I have tried CONTROL GET TEXT but it just gets whatever is displayed in the box when the application runs.
What I want to do is be able to enter some text, do some checking, and if it correct go on, and if it is not, clear the textbox and enter some more text, etc.
I really don't see how to do this, can anyone help me please?
Comment