Search:

Type: Posts; User: jps

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,894

    Re: frustrating loop/array issue

    What about creating a new set of the data to be printed as you go through the arrays, and then printing your new data set after you have gone through them all. If the id exists in your new set, skip...
  2. Replies
    6
    Views
    1,894

    Re: frustrating loop/array issue

    Having 2 arrays is not the same as having one 2-dimensional array....
    Array 1: Userid[];
    Array 2: TransAmount[];
    Is two arrays.
    2-dimesional array: myArray[][];

    To access all members of a...
Results 1 to 2 of 2