Jump to content

working with loops


Recommended Posts

umm, i dont really understand what you mean, can you please explain? and post whatever code you have so far

~cdkid

AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

  • Developers

No need to post 4 times the same question in 4 different forums. ..

the other 3 posts will selfdestruct in 20 minutes ....

:o

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

hey i have an autoit test scrip that does a while loop and a for loop and what i want it to do is ask me each time it try to make the iliteration instead of hard coding them in if that popsible can u please tell me how

Frankie Paul

$blah = 1
While $blah <> 7
    $blah = MsgBox(4,"Again?","Just say no and i'll stop annoying you")
WEnd
Link to comment
Share on other sites

No need to post 4 times the same question in 4 different forums. ..

the other 3 posts will selfdestruct in 20 minutes ....

:o

Yeah, that just makes people mad.

Here's a little different approach.

while InputBox("", "") = "y"
    ToolTip("you pressed y")
WEnd
ToolTip("you didn't press y")
Sleep(4000)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...