Forum Discussion
m_essaid
10 years agoValued Contributor
Hi,
I would do this this way :
myvar:= yourcontrol.Text;
yourcontrol.DblClick();
yourcontrol.Keys('addedtext' + myvar);
but there is plenty of other ways
Hi,
I would do this this way :
myvar:= yourcontrol.Text;
yourcontrol.DblClick();
yourcontrol.Keys('addedtext' + myvar);
but there is plenty of other ways