Search:

Type: Posts; User: Time4Java

Search: Search took 0.09 seconds.

  1. Replies
    14
    Views
    1,069

    Re: Not Sure Whats Wrong

    Topside of the forum you see: Ask a question. That should show you the way, ,)
  2. Replies
    14
    Views
    1,069

    Re: Not Sure Whats Wrong

    Please make a seperate thread for your question, and put your code in code tags, not in a text file.
  3. Replies
    14
    Views
    1,069

    Re: Not Sure Whats Wrong

    When you use a for loop to access an array, what you are really doing is this:
    i = 0; i < 4; i ++
    So the first time the loop goes around it accesses the first element of the array, beeing 0, then...
  4. Replies
    14
    Views
    1,069

    Re: Not Sure Whats Wrong

    Yeah, that was my plan, but then you basicly said it.
    Removed it.
  5. Replies
    14
    Views
    1,069

    Re: Not Sure Whats Wrong

    You may want to look over the for loop you are using to access the array, see if you find something there :)
    Also, you should post your code within code tags, that makes it easier to see.
Results 1 to 5 of 6