Page 1 of 1

Copying a stack from another stack file

Posted: Sat May 22, 2010 10:53 pm
by phaworth
What is the easiest way to copy a stack from another stack file into the current stack file and make it a substack of the main stack of the current stack file?
Thanks,
Pete

Re: Copying a stack from another stack file

Posted: Sun May 23, 2010 10:21 am
by Mark
Hi Pete,

Code: Select all

clone stack "Substack" of stack "Mainstack 1"
set the mainstack of it to "Mainstack 2"
Best,

Mark

Re: Copying a stack from another stack file

Posted: Sun May 23, 2010 10:36 pm
by phaworth
Thanks Mark, worked perfectly.