Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    16
    Views
    1,746

    Re: two_dimentional_array + loop

    Please explain what your problem is.

    Can you find the value to print?

    Can you print the value that you found?
  2. Replies
    16
    Views
    1,746

    Re: two_dimentional_array + loop

    Can you explain your problem?

    How do you want to print the output?
  3. Replies
    16
    Views
    1,746

    Re: two_dimentional_array + loop

    Put the index values inside of the [][]
    Something like: anArray[ix][jx]
    You'll need to look at your logic to see what the correct indexes should be.

    Your code has empty [][] in: if...
  4. Replies
    16
    Views
    1,746

    Re: two_dimentional_array + loop

    The array reference needs index values.
  5. Replies
    16
    Views
    1,746

    Re: two_dimentional_array + loop

    Where are the indexes for the array?
  6. Replies
    16
    Views
    1,746

    Re: two_dimentional_array + loop

    Can you post some printout that shows what you mean?
    Add comments to the printout that shows what you want changed and what it should look like.
Results 1 to 6 of 6