Search:

Type: Posts; User: handuel

Search: Search took 0.06 seconds.

  1. Re: Error writing to an array with the static modifier.

    I've worked out what was wrong, the array inilalizer was not static, but for some reason it did not put an error when the array was declared, it just created an array with the length of zero. Sorry...
  2. Re: Error writing to an array with the static modifier.

    PS, I tried running without the static modifier and IT WORKED PERFECTLY, unfortunately the variable is then useless to me because I can't refer to it in my method.
  3. Error writing to an array with the static modifier.

    I have an array of intergers that I write data to in a for loop, they have the static modifier, so I can refer to them in another method in another class, I don't really know what the static modifier...
Results 1 to 3 of 3