Page 1 of 1

Change to /for loop

Posted: Mon Oct 09, 2006 10:58 am
by Voland
Just a little FYI

Made a change to:
http://www.macroquest2.com/wiki/index.p ... #For_Loops

It appears proper syntax for FOR NEXT loop has to be

Code: Select all

/next variablename
not

Code: Select all

/next
as was written previously

was about to post a help request till I finally figured it out :)