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
Copying a stack from another stack file
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Copying a stack from another stack file
Hi Pete,
Best,
Mark
Code: Select all
clone stack "Substack" of stack "Mainstack 1"
set the mainstack of it to "Mainstack 2"
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Copying a stack from another stack file
Thanks Mark, worked perfectly.