in reply to Re: else statement
in thread else statement

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: else statement
by chakram88 (Pilgrim) on Aug 16, 2007 at 18:41 UTC
    DJRik your problem is not the else. You have an error before the else clause; the compiler is confused because now you haven't closed the if {}. At least that's how it appears from what you've put here.

    If you're going to include code in your post, please wrap it with <code> ... </code> tags. As FunkyMonk asked previously.

    See the Writeup Formatting Tips.