How to distinguish between multiple clones of a stack?

Robert Brenstein rjb at rz.uni-potsdam.de
Fri Jan 9 10:24:57 EST 2004


>If I do a
>
>clone stack "myStack"
>
>Then a clone of the stack appears with the name "Copy of myStack".
>
>If I then clone again I get *another* stack with the same name - "Copy of
>myStack" and same ID.
>
>How do I distinguish between them?
>
>Can I decide the cloned stack name myself?
>
>doug
>

Interesting. I just tried this out and it seems that the cloned stack 
has the same id as the original (and so do any further clones). 
Moreover, "it" contains the long name not the long id. But yes, in 
order to distinuguish clones, you need to rename each right after 
generating it.

Robert


More information about the use-livecode mailing list