Path: utzoo!attcan!uunet!brunix!man From: man@brunix (Mark H. Nodine) Newsgroups: comp.sys.mac.hypercard Subject: Re: Copying Stacks in HyperTalk Message-ID: <6650@brunix.UUCP> Date: 17 May 89 16:39:39 GMT References: <2932@cps3xx.UUCP> Sender: news@brunix.UUCP Reply-To: man@gano.UUCP (Mark H. Nodine) Organization: Brown University Department of Computer Science Lines: 17 In article <2932@cps3xx.UUCP> sticklen@cpswh.cps.msu.edu (Jon Sticklen) writes: >is there a way in HyperTalk to copy an entire stack I'm working on an XCMD which will copy any file (including a stack). So you would do something like CopyFile source,dest if the result is not empty then put "Error copying file:" && the result exit end if Problem is, it doesn't work yet (I just started writing it yesterday). If you would like, I can try posting it to info-mac or something when it gets done. --Mark