Search:

Type: Posts; User: av8

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,591

    Re: copying 2dim array into 1 dim array

    OK thanks for your help.
  2. Replies
    8
    Views
    1,591

    Re: copying 2dim array into 1 dim array

    Yes it works with and also with an int as argument aswell ! Thanks and what line of code would I add to the end of my method to return holdingArray?
  3. Replies
    8
    Views
    1,591

    Re: copying 2dim array into 1 dim array

    Yes it works with and also with an int as argument aswell ! Thanks and what line of code would I add to the end of my method to return holdingArray?
  4. Replies
    8
    Views
    1,591

    Re: copying 2dim array into 1 dim array

    I dont know the syntax to copy from a 2dim array into a 1dim array proper, so I created a 2 dim array which has only 1 dim if that makes sense.
  5. Replies
    8
    Views
    1,591

    copying 2dim array into 1 dim array

    Hello

    I would like to write a intance method called holdingColumn() which takes an int as an argument and returns a 1 dim int array called holdingArray of length 4.

    This method will copy all...
Results 1 to 5 of 5