I'm working with arraylists and was wondering how to convert the arraylist to a multi dimensional array. I am collection 12 monthly walues for differnt locations. In the past I had used:
rain [location][month]
Since I dont know the number of locations I'm adding each month to an arraylist. I might have 120 values and I would like to get them back in a for of rain [location] [month]. Any suggestions would be appreciated. Thanks...Ronnie
rain [location][month]
Since I dont know the number of locations I'm adding each month to an arraylist. I might have 120 values and I would like to get them back in a for of rain [location] [month]. Any suggestions would be appreciated. Thanks...Ronnie