Jump to content

While and wend not connecting


Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

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