Search the web
Sign In
New User? Sign Up
AutoHotkey
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Need help with msgbox and looping   Message List  
Reply | Forward Message #189 of 528 |
Re: [AutoHotkey] Need help with msgbox and looping

Here is an example.

InputBox, timestoloop, How many times?, How many times do you want to loop?
Loop, %timestoloop%
{
MsgBox, Loop %a_index% of %timestoloop%
}
ExitApp

thanks,
beardboy

----- Original Message -----
From: "lucky_grace77" <lucky_grace77@...>
To: <AutoHotkey@yahoogroups.com>
Sent: Tuesday, July 12, 2005 6:57 PM
Subject: [AutoHotkey] Need help with msgbox and looping


>I have a script that runs well and I can loop it, but I would like a
> msgbox to appear and ask me how many times to loop.
>
> I can not find any help in HELP.
>
> Please HELP me...
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>



Wed Jul 13, 2005 1:04 am

fubatch
Offline Offline
Send Email Send Email

Forward
Message #189 of 528 |
Expand Messages Author Sort by Date

I have a script that runs well and I can loop it, but I would like a msgbox to appear and ask me how many times to loop. I can not find any help in HELP. ...
lucky_grace77
Offline Send Email
Jul 13, 2005
12:58 am

Here is an example. InputBox, timestoloop, How many times?, How many times do you want to loop? Loop, %timestoloop% { MsgBox, Loop %a_index% of %timestoloop% }...
beardboy@...
fubatch
Offline Send Email
Jul 13, 2005
1:05 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help