Can I manipulate objects with dynamic names ?

origami

Member
Licensed User
Hi,

I'm not sure the title is very clear, so let me explain.

I would like to make a program that would let the user to create several "copies" of an object, the name being created dynamically.
For example, the user would create objects "OBJ01", "OBJ02", "OBJ03", ...

I then want to be able to perform some tasks on each of those objects.

How can I write the code for those objects ?

I hope it's clear.

Thank you very much.
 
Top