I have a form which has 12 objects named sequentially: object0, object1, object2... and I would like to do something like a loop to get all the values instead of doing the same thing for each one.
Like:
self["object" + i]
in a loop where the i is the current number