Search:

Type: Posts; User: andreas90

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: I somehow can't find problems with a few lines

    I meant check again your curly braces, { }. You have probably made a mistake when you added the closing brace as you said in post #5.
  2. [SOLVED] Re: I somehow can't find problems with a few lines

    This is means you left line 102 out of the class. Check again your {}.
  3. [SOLVED] Re: I somehow can't find problems with a few lines

    Hello SOG!
    You can't put loops outside of a method or a constructor. That's why the compiler complains. Try creating a method (or a constructor) and then put your code inside.
Results 1 to 3 of 3