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?
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...
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
Posted: 17th Jan 2003 20:37
yes
that also can be because you forgot a ENDFUNCTION command somewhere . . .