Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou can't follow an "else" with an "else if". "else" is a catch-all and means if none of the prior "if" or "else if" statements are true then do what is in the "else". It doesn't make sense to put an "else if" after the "else".