Jump to content

Recommended Posts

Posted

can t u try it yourself to know if it can be possible?

i could but no autoit installed on this pc and not allowed to install :<

so i am planning the script in notepad ;)

Posted

AutoIt supports nested loops so there shouldn't be any problems if you do everything right ;)

thanks, that was all i needed =)

feel free to delete/close this topic.

Posted

$i = 1
$e = 1
do
;crap and other stupid things
   do
  ;morecrap here
   $e = $e + 1
   until $e = 4
until $i = 45

It would look like that in SCITE and yes can be done

~~--Feel Free to Steal my Sigs --~~FLAT LOOK____________________________________ROUNDED LOOK

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...