Search:

Type: Posts; User: DudeJericho

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    1,656

    Re: Error for a simple array

    Sorry for not replying quicker, I have managaed to sort out the problem, but thank you :)
  2. Replies
    4
    Views
    1,656

    Re: Error for a simple array

    I apologize for this but the error returns when I try to put the value 1 at the first position and I'm getting another error just below that saying I need a semi-colon to complete a statement, but I...
  3. Replies
    4
    Views
    1,656

    Re: Error for a simple array

    Ok for some reason initialising it when declaring "int[] strokePos = new int[4] ;" doesn't bring up the error... that doesn't make much sense to me, its like the same thing right? Even though I don't...
  4. Replies
    4
    Views
    1,656

    Error for a simple array

    I'm trying to create an array that holds 4 values. Declaring the array seems like its not a problem but initialising it keeps giving me this weird syntax error that its expecting "," on token ";",...
Results 1 to 4 of 4