Re: inserting into array of beans
Posted By:
Christopher_Koenigsberg
Posted On:
Sunday, September 16, 2007 08:17 PM
Of course if it's really an Array, then it has fixed size, so you can't "insert" unless there is an open slot already. Otherwise you'll just be replacing the element that was there before, at the index you've chosen to use.