Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,573

    Re: array size [10] need help!! any experts

    Can you explain what data you are having problems using arrays with.
    You are using an array here:
    total = getdata[i-1];
  2. Replies
    7
    Views
    1,573

    Re: array size [10] need help!! any experts

    Have you worked on the change I suggested to get rid of the 4 if statements and reduce the code to a few statements that uses an index that is computed from the value of i to access the contents of...
  3. Replies
    7
    Views
    1,573

    Re: array size [10] need help!! any experts

    When you have code that is repeated again and again and again with only a small consistent change from one to the next you should think about how to reduce the code to one instance by using a...
Results 1 to 3 of 3