Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.51 seconds.

  1. Re: bingo ticket loop problem (doesn't compile like it should...)

    What happened when you tested that theory?



    Why do you want to randomize the spot? You can't guarantee you hit every spot- you might hit the same spot several times. Why not just iterate...
  2. Re: bingo ticket loop problem (doesn't compile like it should...)

    I'm really not sure what you're asking. Your array is 3 X 9, which means it has 27 elements. That for loop doesn't really do much, as it's setting the same element each time, so only the last...
  3. Re: bingo ticket loop problem (doesn't compile like it should...)

    You say this doesn't compile, but you haven't provided a compiler error. What error are you getting?
Results 1 to 3 of 3