AutoItWannabe Posted September 20, 2006 Posted September 20, 2006 So basicly i need a loop but the problem is im not sure how to make the loop to repeat over and over ... without stoping Can anyone help me please ? Thank you
logi Posted September 20, 2006 Posted September 20, 2006 a simple loop: While 1 ;<PUT STUFF HERE> sleep(100) ;lowers cpu usage Wend
AutoItWannabe Posted September 20, 2006 Author Posted September 20, 2006 a simple loop:While 1;<PUT STUFF HERE>sleep(100) ;lowers cpu usageWendThanks m8. Thanks alot ! Finnally i can finnish the script
logi Posted September 20, 2006 Posted September 20, 2006 No problem at all, if there is any problem, just come to the forum and there are a lot of people here who are glad to help you.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now