Search:

Type: Posts; User: GregBrannon

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    8,085

    Re: 4 dimensional array

    You're welcome. Glad to help.
  2. Replies
    9
    Views
    8,085

    Re: 4 dimensional array

    Again, multi-dimensioned arrays greater than 3D are hard to visualize, so let's think this one through. It's important to use specific and precise language. I suspect English is not your native...
  3. Replies
    9
    Views
    8,085

    Re: 4 dimensional array

    Taken together in the same scope, the first two lines would generate an error, but taken separately, the first line assigns the last or 10th element of namen to naam and the second line assigns the...
  4. Replies
    9
    Views
    8,085

    Re: 4 dimensional array

    Then I'd say you nailed it.
  5. Replies
    9
    Views
    8,085

    Re: 4 dimensional array

    Arrays contain elements. How many elements total do you need? As you've currently defined the array, it will hold 20 x 20 x 20 x 20 elements, and that's a lot. (But not a big deal for a computer.)...
Results 1 to 5 of 5