Hello, I am creating a script that preforms an action on each item in a container at given times each day. Everything is going fine except I don't know how I can reference each item in the container as I don't know any details about them (since they could be anything). Is there a way to reference the items in the container by use of an index or equivalent feature? Or would I have to intercept each item when it is added and store the information for each one into an array, I would rather not do that as it would be quite messy.
Thanks.