This example shows how to create an inventory list using the Array object.
It is full commented and demonstrates how to add items, delete items and search for a specific item. All done with fastloops. Hopefully it is of some use to somebody.
Very good example. One of the things I like about this is that it demonstrates one of the most pain in the ass issues with list based inventories, and that's removing an item and having it update correctly. If you don't have a background in programming to begin with or aren't keen on taking programming concepts from sources outside of click products, you're probably going to be lost, since I don't think there's adequate documentation on lists specifically for MMF. If I'm wrong about this, please let me know, haha.