19a: check that the index you are removing from is not the last one
19b: loop from the NEXT index to the last index
20: pick only "InBag" stuff (this could technically be moved up, but that's a minor optimization)
21: pick the Stuff with the name at the current index we care about
-> move the single Stuff
This shows how to get the whole bag filled again (I am not dealing with the duplicate items. I'm just showing how to get the items to show in the bag, when the array already has data in it.)
http://www.blackhornettechnologies.com/ ... fresh.capx