Search:

Type: Posts; User: Junky

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,594

    Re: copying 2dim array into 1 dim array

    A return statement.
  2. Replies
    8
    Views
    1,594

    Re: copying 2dim array into 1 dim array

    The syntax is basically the same: copy the value at position x,y into position x. I assume you know how to access elements in an array.
  3. Replies
    8
    Views
    1,594

    Re: copying 2dim array into 1 dim array

    So why have you declared holdingArray as a 2D array?
Results 1 to 3 of 3