Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,489

    Re: illegal start of expression

    Remove the private or move the statement outside of the method.
  2. Replies
    8
    Views
    1,489

    Re: illegal start of expression

    Local variables can't be private and don't need to be, because they only exist when the method is executing.
  3. Replies
    8
    Views
    1,489

    Re: illegal start of expression

    Can you post the source code from line 1 through line 29?
  4. Replies
    8
    Views
    1,489

    Re: illegal start of expression

    You need to post the statements before where the error happens.
    The statements after the error are not very important.

    Also post the full text of the error message that shows the statement with...
Results 1 to 4 of 4