27.12.2010, 17:46
Maybe its because you have two consecutive else's. (and only one if)
eg, you cant have if >> else >> else. The correct format would be if >> else if >> else.
eg, you cant have if >> else >> else. The correct format would be if >> else if >> else.