You are viewing an older revision! See the latest version
Compiler Error 65
expected a ";"
The most common error there is. This one is nice enough to explain exactly what you need to do- add a semicolon at the end of a line. Beware however, the line indicated in the error message is not usually the line with the actual problem. Work backwards from the line indicated to find the missing semicolon.