Asked By
Daan Gates
10 points
N/A
Posted on - 09/13/2012
Hi Experts,
While compiling I received an error message with the line number and the file name. It indicates that it has been done to find it easy and to fix the error. If you have any idea regarding this error please help me.
Thanks in advance.
Bad or missing expression Compile aborted due to errors
Â
While compiling I received an error message
Â
Hello.
Check whether the following had been correctly written in your program.
1.      Make sure that you have closed the expressions with semicolon.
2.      All the expressions are correctly written.
3.      You are getting this error because there is some incomplete expression in your program.
4.      Please check all your expressions correctly and check for the missing item.
Thank you.
Â
Â
While compiling I received an error message
Hi Daan,
From what I see, this looks like a syntax error to me. I suggest you to the exact line number of the code and check for the proper syntax of the code. You must have missed an expression or two overthere. Once corrected, I believe your program should work fine.
If not, then please post that line number, so that we can check and help you with the error removal of your code.
Hope this helps!
Drianna allen