Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!ut-emx!newman From: newman@ut-emx.UUCP (Dave Newman) Newsgroups: comp.sys.mac.hypercard Subject: Re: Copying Stacks in HyperTalk Message-ID: <12938@ut-emx.UUCP> Date: 10 May 89 22:30:57 GMT References: <2932@cps3xx.UUCP> Reply-To: newman@emx.UUCP (David Newman) Organization: UTexas Computation Center, Austin, Texas Lines: 13 re saving a copy of a stack Try using the doMenu command. Something like the following should work: domenu "Save a Copy" You'll have to look to make sure the name of the menu command is right. This will save the stack as "Copy of foo" if the original stack is named foo. You'll have to use an XCMD or something if you want to rename the copy. >>Dave