demons19 Posted January 12, 2008 Posted January 12, 2008 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
rasim Posted January 12, 2008 Posted January 12, 2008 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, loopEverything in between works fine but I need to know what to enter to create this loop for my script in the v3.ThanksRichShow the script.
Thatsgreat2345 Posted January 12, 2008 Posted January 12, 2008 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, loopEverything in between works fine but I need to know what to enter to create this loop for my script in the v3.ThanksRichFirst line instead of Loop, make it While 1Last line instead of goto,loop , make it Wendin V3 autoit no longer supports goto or the use of labels.
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