On Fri, Jan 23, 2009 at 8:26 PM, Reinhold Venzl-Schubert <[email protected]> wrote: > Hi! > > I need a substack, that is the exact copy of an existing substack, but it > shall get an other name. > Is there any simple way?
clone stack "MyStack" This will give you a new stack called "Copy of MyStack". You will need to rename it and then set it's mainStack if you want it to be part of the same stack file. Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
