I kept getting a compilation fail for some reason. Puzzled me for a while. Looked through the code, didn't see it at first, but I had unknowingly place a number between SUB's. The IDE catches it when trying to put commands between SUB's, but not line numbers. It reports OK, but fails compile. Probably the IDE should catch that, right? Small example,...
SUB foo
END SUB
1
SUB foo2
END SUB
Edit: same with labels too.
- Dav