Jump to content

Recommended Posts

in regular q basic, for those that remember we were able to write a little program using the GOTO command, an example would be

x = 0

start:

x = x + 1

print x

goto start

so the above would on you screen count forever.

I understand that using goto is not a proper way to program, but i would like to create a quick fix for now. Is there something similar i can use in autoit to behave like the goto?

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