Need Assistance with AutoIt, im stuck i cant get it to repeat/loop/pause
be sure to read the manual. no i'm not being sarcastic nor am i being rude. read the manual seriously everything you need to know about creating macros and looping is contained in the help manual. it also takes you through step by step on how to build your own macros.Quote:
Originally posted by Maddhatter56@Jan 14 2007, 09:45
Need Assistance with AutoIt, im stuck i cant get it to repeat/loop/pause
yea but i think he fails to understand to use a program you have to actually read the readme files.Quote:
Originally posted by PearlRaven@Jan 14 2007, 10:08
try [Only registered and activated users can see links. Click Here To Register...] instead. It's more friendly for new users and uses some the old autoit syntax.
While 1 Here your Code goes And some more code If(Function(and, maybe, some, ifs)) == 3 Then Blablabla EndIf EndWhile