nyxx24 Posted July 30, 2009 Posted July 30, 2009 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
Malkey Posted July 30, 2009 Posted July 30, 2009 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.
FireFox Posted July 30, 2009 Posted July 30, 2009 ScreenshotPut your "$X = 0" at line 26Cheers, FireFox.
nyxx24 Posted July 30, 2009 Author Posted July 30, 2009 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..
nyxx24 Posted July 30, 2009 Author Posted July 30, 2009 Put your "$X = 0" at line 26Cheers, 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. >_<
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