03-18-2006, 04:10 AM
how can i repat this comand 100 times
'HtmlClick("INPUT" "Start Research !" "" " Internet Explorer" "3" 2 0x421); 8.00'
'HtmlClick("INPUT" "Start Research !" "" " Internet Explorer" "3" 2 0x421); 8.00'
how to repeat a command over 100 times; a loop sysyem
|
03-18-2006, 04:10 AM
how can i repat this comand 100 times
'HtmlClick("INPUT" "Start Research !" "" " Internet Explorer" "3" 2 0x421); 8.00'
03-18-2006, 09:55 AM
rep(100)
,HtmlClick("INPUT" "Start Research !" "" " Internet Explorer" "3" 2 0x421) ,8.00
03-19-2006, 02:43 PM
Gintaras Wrote:rep(100) thanks |
« Next Oldest | Next Newest »
|