Jump to content

Recommended Posts

Posted

Hello,

Sorry but I do not know better how to explain this, or what terms properly describe my problem.

In the editor there is a line that connects while to wend and if to endif with a plus or minus beside them that can collapse or expand the lines of code between.

For some reason occasionally these links get broken and even though I have a matching While with a wend and an if with an endif they don't link and therefore my script doesn't run..

Even if I remove them and replace them it just won't re-align correctly..

Any Idea how I can fix this?

Thanks

Posted

The line after the first While 1 is a one line If - Then statement. This line should not have an "EndIf" further down in the script.

It produces a syntax error because it has no corresponding If - Then statement to couple with.

Posted

The line after the first While 1 is a one line If - Then statement. This line should not have an "EndIf" further down in the script.

It produces a syntax error because it has no corresponding If - Then statement to couple with.

Ok.. that did the trick.. sorry seems a bit of a easy question now..

Posted

Put your "$X = 0" at line 26

Cheers, FireFox.

Not sure which you meant the one on line 9 or line 29 and line 26 is part of my array but thanks for the reply. >_<

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
×
×
  • Create New...