0 Replies Latest reply on Mar 27, 2008 12:04 PM by vikramchhetryy

    dataTable iterate multiple arraylist

    vikramchhetryy

      Hi All,
      I have two arraylists of same size. I want to iterate both in one dataTable.
      Is it possible?

      Something conceptually like this

      for (int i = 0; i < this.arr1.size(); i++){
       Test test = arr1.get(i);
       Test2 test2 = arr2.get(i);
      }
      

      Thanks in advance.
      -Vikram