Hi everyone !
I do not know much about coding and I seek help for a little code.
I've made a really simple code that is repeating itself and that refer each time to a new object. All the objects have the same name, just a different number (object01, obect02, object03...etc). I'd like to refer to the objects according to a variable $i that equal the number of time the code has repeated, like : object($i+1) for object01 when $i=0. I don't know if that's really clear...
If you guys know how to do that, it would be really helpfull !