close stack question

Doug Lerner doug at webcrossing.com
Wed Jan 21 22:31:36 EST 2004


In the docs it says "The clone command places the name property of the newly
created object in the it variable."

But if I 

    clone stack "wb"

and then log the value of "it", it is

    stack "Copy of wb"

Why isn't it just 

    "Copy of wb"

?

I am having trouble setting the name of the new stack to something else
afterwards and I think the extra "stack" is interfering somehow...

doug



More information about the use-livecode mailing list