Thread
:
SafeMine (AHK Script)
View Single Post
#
35
08-30-2006, 11:03 AM
tigerite
Senior Member
Join Date: Sep 2004
Posts: 9,815
Re: v0.02 available (improved)
Strictly speaking,
Loop, 10
{
}
is the same as
for(a_index = 1; a_index < 11; a_index++)
{
}
[img]/images/graemlins/tongue.gif[/img]
tigerite
View Public Profile
Find all posts by tigerite