Jump to content

Creating a Loop


 Share

Recommended Posts

Can someone help me here......I had a script from v2 created from the scriptwriter.....I tried to convert it but its failing. I also tried to create a new script with the writer in v3 but am running into a problem.

Here is the issue,

My first line (in v2) was----Loop:

My last line (in v2) was----goto, loop

Everything in between works fine but I need to know what to enter to create this loop for my script in the v3.

Thanks

Rich

Link to comment
Share on other sites

Can someone help me here......I had a script from v2 created from the scriptwriter.....I tried to convert it but its failing. I also tried to create a new script with the writer in v3 but am running into a problem.

Here is the issue,

My first line (in v2) was----Loop:

My last line (in v2) was----goto, loop

Everything in between works fine but I need to know what to enter to create this loop for my script in the v3.

Thanks

Rich

Show the script.

Link to comment
Share on other sites

Can someone help me here......I had a script from v2 created from the scriptwriter.....I tried to convert it but its failing. I also tried to create a new script with the writer in v3 but am running into a problem.

Here is the issue,

My first line (in v2) was----Loop:

My last line (in v2) was----goto, loop

Everything in between works fine but I need to know what to enter to create this loop for my script in the v3.

Thanks

Rich

First line instead of Loop, make it While 1

Last line instead of goto,loop , make it Wend

in V3 autoit no longer supports goto or the use of labels.

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