R
rci
Hi all,
I have a canvas object selected (following a copy paste operation), and I
would like to change it's name right after the paste.
I tried:
Selection.name = "Canvas 1"
But selection doesn't support the name property.
Different issue: If I know the index of an object, how do I change the name
of that object by way of its index?
ex: object(index).name = "myobject"
Thanks very much!
Mike
I have a canvas object selected (following a copy paste operation), and I
would like to change it's name right after the paste.
I tried:
Selection.name = "Canvas 1"
But selection doesn't support the name property.
Different issue: If I know the index of an object, how do I change the name
of that object by way of its index?
ex: object(index).name = "myobject"
Thanks very much!
Mike