Jump to content

Exact Loop and Array Variable Structure Required


KING_NK
 Share

Recommended Posts

#RequireAdmin

Global $x=0
Global $y=0

Func Start()

While 1
AutoItSetOption('MouseCoordMode',0)
AutoItSetOption('SendKeyDelay',10)
WinActivate('XXX')
MouseClick('Primary',852,62,1,10)
sleep(2200)
MouseClick('Primary',880,196,1,10)
Send('260',0)      -----------------------> $a as 260
MouseClick('Primary',880,196,1,0)
sleep(2200)
MouseClick('Primary',1019,194,1,10)
Sleep(2200)
Send('98',0) ------------------------->$b as 98
sleep(1000)
Wend

EndFunc

 

 

I want to use Different number in every loop in the place of $a and  $b.

Is it possble?If it possible Kindly help me

Link to comment
Share on other sites

  • Developers

@KING_NK

I feels like you are really pushing your luck in the last couple of threads you created.
I have closed the initial threads and pointed you to our Forum rules. DId you actually read and, more importantly, completely understand them?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Ok,I will not post my question here any more.You give no solution to my question and telling me i have no luck.Keep it with you buddy.Forum means helping ,not showing attitude and about the rules,I dont break any rules.I am just seeking for answer.

Thanks

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...