Hi all
I have an array of objects
inside
But its not working
even if I say
thisnumber = countBB as String
and then change the naming to
obj.name = "sdgfdgf" + thisnumber
it still doesnt work
I have an array of objects
inside
Code:
countBB = 0 for obj in bbObjsArr do obj.name = "sdgfdgf" + countBB countBB = countBB + 1 )
even if I say
thisnumber = countBB as String
and then change the naming to
obj.name = "sdgfdgf" + thisnumber
it still doesnt work
Comment