Jump to content

while and wend and a question regarding random strings


pezo89
 Share

Recommended Posts

Ok this is just stupid, i know that,

but i cannot understand how i can loop a wile and wend command X number of times.

instead of copy paste the command within the loop 250 times :)

also.

Hi,

many ways for this:

$i = 1
While $i < 251
    MsgBox (0,"", $i)
    sleep (20)
    $i += 1
WEnd

;-))

Stefan

Edited by 99ojo
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...