05-11-2004, 07:22 AM
This example works with QM Find dialog. Repeats while value of edit control text is less than 10.
If edit control is in web page, this will not work. Then you have to use html or accessible object (QM 2.1.2 beta), or copy/paste edit control contents.[/code]
int i h; str s
h=id(1127 "Find")
s.getwintext(h)
i=val(s)
for i i+1 10
,s=i
,s.setwintext(h)
,0.2
If edit control is in web page, this will not work. Then you have to use html or accessible object (QM 2.1.2 beta), or copy/paste edit control contents.[/code]