Search:

Type: Posts; User: curmudgeon

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Trying to compare an int variable to an index in an array

    You're welcome. Glad you've figured it out, and glad that you really did it on your own. Good show!
  2. [SOLVED] Re: Trying to compare an int variable to an index in an array

    This statement: scoreOrder[playerScore], doesn't make sense. The score can not be the index of your array since it varies from 11 to 66, and your array does not contain over 60 items. I think that...
Results 1 to 2 of 2