View Single Post
  #2 (permalink)  
Old 11-04-2007, 12:59 AM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
Let us see your code where you filled the array. If your array is small, then you can do that without loop but if the array is large then you will need a loop.
Reply With Quote