An arraylist is analagous to a dynamic array. Do I have that correct? With that assumption, I have created a List with 3 "columns" in each record and about 150 records. No problem so far. Now I need to go back to each record and add another field, lets call it "Unit Price". 1. Can I do this? 2. If so, how do I address the specific record that I want and add the column and its data? Thanks. This one has me stumped.
Read More...