AutoIt Tutorial Part 4

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
18,999
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on May 7, 2009

My AutoIt Tutorial Part 4 covering If, Do, While, and For loops.

Video URL: http://403forbidden.dyndns.org/?page_id=26

Website: http://403forbidden.dyndns.org

Email: 403forbidden403@gmail.com

Twitter: http://www.twitter.com/403forbidden403

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 1 dislikes

Link to this comment:

Share to:

Uploader Comments (403forbidden403)

  • Amazing :)

    I have a question: there is the FOR loop form: for $var=5 to 1 step -1

    why not like this ? for 5 to 1 step -1

    another question:

    since you defined $var in the for loop, is there a reason to define it on line 1 ?

  • @Bramborail 1. Because if it counts 5,4,3,2,1, how are you going to read what count we are on? You need to put the count somewhere. :) 2. I guess just because it's more solid feeling, and will help you get used to doing it like you will eventually need to if you learn C. (There are no jobs scripting in AutoIt. xP)

    btw, glad you liked all my vids, you said "Awesome!" like 10 times. ;)

  • different fashions don't make sense ...i think ur confusing people bro....why use a different fashion if u can do it one simple way. if one way works, then that is the way of nature... why try different fashions?

  • All i'm trying to do is show people different ways of doing things, because one of those methods might not work in someone's script, and another might, just because of the way they have set it up.

  • Ugh, I'm not here for the tutorial, just was curious on the video. I have a question on a script I'm doing.. I have a loop, that controls alot of functions, which I don't have to to expain them..but it has a For-To-Next Loop. I have one way that exit's the loop, which is when a certain number is reached. I want the Stop button to also exit the loop. Have "func" inside the loop, so I don't know what to do. Please reply. Thanks.

    I'll pm you the code so you can refer.

  • I will be awaiting your PM. :)

see all

All Comments (23)

Sign In or Sign Up now to post a comment!
  • Quick Info: Why Did You Not Use The Timeout Thingy

  • Quick Fact: Computers Count From 0

  • @7:11

    the variable up there is useless "$var = 5/7" is already defined inside the

    for line , you can leave it out and it still works , correct me if im wrong ,

    btw , nice tutorials , im addicted to them.

  • this videos are very helpful, thanks.

  • And you don't have to define the variable like that when doing a for loop.

    dim $var

    For $var = 5 to 1 Step -1 MsgBox(0, "Hello World!", $var)

    Next

    Works just fine, better even i would say.

  • @403forbidden403 :)):)) thanks for explenation :)

  • Just nees to know how to bot in a online game

  • you should try Python. it's easer, and the sintax is not so ugly ;)

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more