Is there a command to make an exact copy of a substack and have it contained in the same project?
When I run------ clone stack "stack name" it just creates a new mainstack. I want to create a copy of the substack under its same mainstack.
Copy a substack.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Copy a substack.
Hi Kaubs,
you can't do this directly but why not just tell LiveCode what you want?
...
clone stack "stack name"
set the mainstack of IT to "name of your mainstack here"
...
Best
Klaus
you can't do this directly but why not just tell LiveCode what you want?

...
clone stack "stack name"
set the mainstack of IT to "name of your mainstack here"
...
Best
Klaus