Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    2,608

    Re: Need help with 2D Array

    What controls how many times you go thru a for loop? Is that value > 0?
    If it is zero will you loop any times?

    Look back at your code in your first post.
  2. Replies
    4
    Views
    2,608

    Re: Need help with 2D Array

    The error message says that the compiler does not see where you have assigned a value to the high variable before you use it.
    Check your code and make sure you give it a value BEFORE you try to use...
Results 1 to 2 of 2