0
No semi colon
I tried to make my own variable, but I keep getting an error message saying there's none or is expecting a semi colon. I have put a semi colon though what should I do?
4 Respostas
+ 2
can u show me the code?
+ 1
did u check the daa type
or it is a problem with ur complier.
it usually happens in borland
+ 1
Yep... A look at the code would be better.
0
If you've placed a semicolon after the variable declaration, check somewhere else in your code. Make sure there's a semicolon after every statement.