PT
Developer Forums
Register
Login
Code Snippets
->
Possible error in 1.13?
<
1
>
Z
Zooker
Joined:
27th Oct 2002
Location:
United States
Posted:
3rd Jan 2003 6:14
I get a blue Bar accross screen bottom and an error message:
Syntax error,Nesting error ar line 220,at line 220
The bar is at empty line 216 and all my code ends at line 215.Whuts'up?
B
bitJericho
Joined:
9th Oct 2002
Location:
United States
Posted:
6th Jan 2003 1:04
a nesting error means you are missing a half to a statement such as...
DO/LOOP
IF THEN/ENDIF
REPEAT/UNTIL
WHILE/ENDWHILE
etc...
B
bitJericho
Joined:
9th Oct 2002
Location:
United States
Posted:
6th Jan 2003 1:06
and it could be anywhere in your code...the lines db tells u are not all that accurate because it doesnt know where you wanted to place that piece of code your missing
F
Freddix
Joined:
19th Sep 2002
Location:
France
Posted:
17th Jan 2003 20:37
yes
that also can be because you forgot a ENDFUNCTION command somewhere . . .