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
>
>
>
>
>
>