0
What is the error: 'else' without 'if' and .class expected?
3 Respuestas
+ 6
Your else statement was probably unrelated to your if statement due to syntax error (?)
+ 2
Can you post a piece of the code? It would be helpfull.
0
you probably put the semicolon after the brackets of the if statement. it needs {}, hope this helps