Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    1,350

    [SOLVED] Re: Problem with Arrays

    Did you see the console? Do you know what an exception is?
    Yes you have to instantiate members of the array. See the following, which defines an array with 1 element not instantiated, and which...
  2. Replies
    4
    Views
    1,350

    [SOLVED] Re: Problem with Arrays

    It helps to define 'crash'...eg the exception you receive. Did you instantiate the members of the array? You can create an array of Objects, but unless you actually instantiate these they will by...
Results 1 to 2 of 2