Path: utzoo!utgpu!water!watmath!clyde!rutgers!mcnc!decvax!dartvax!eleazar!isle From: isle@eleazar.Dartmouth.EDU (Ken Hancock) Newsgroups: comp.sys.mac.hypercard Subject: Re: Merging Different Stacks? Keywords: Merging Stacks Message-ID: <7892@eleazar.Dartmouth.EDU> Date: 9 Jan 88 16:51:40 GMT References: <1040@microsoft.UUCP> Reply-To: isle@eleazar.Dartmouth.EDU (Ken Hancock) Distribution: na Organization: Dartmouth College, Hanover, NH Lines: 31 In article <1040@microsoft.UUCP> stephena@microsoft.UUCP (Steve Arrants - UserEd APPS - 3.1151) writes: >Anyone have an easy way to merge stacks without copying each card >over individually? A collegue here would like to do this without >spending an entire afternoon doing it. Best way to do it is to write a script. That way, whereas it might take the entire afternoon, he doesn't have to do it. Just do something like: screenlock true (forget if that's the command format) put 1 into counter (or starting card #) repeat (# cards in stack2) open stack 2 go to card counter domenu Copy Card open stack 1 go to last card domenu Paste Card add 1 to counter end repeat That's a rough sketch, but I'm sure you can get the picture from that. Ken -- Ken Hancock UUCP: isle@eleazar.dartmouth.edu BITNET: isle@eleazar.dartmouth.edu DISCLAIMER: If people weren't so sue-happy, I wouldn't need one!