home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.hypercard
- Path: sparky!uunet!spool.mu.edu!agate!linus!linus.mitre.org!MITRE.org!NJTaber
- From: NJTaber@MITRE.org (N. J. Taber)
- Subject: Re: Help Deleting Cards
- Message-ID: <1993Jan5.133917.6892@linus.mitre.org>
- Sender: news@linus.mitre.org (NONUSER)
- Nntp-Posting-Host: ntaber-mac.mitre.org
- Organization: The MITRE Corporation
- Distribution: global
- Date: Tue, 5 Jan 1993 13:39:17 GMT
- Lines: 23
-
- On 4 Jan 1993 23:12:13 GMT, jstern@garnet.berkeley.edu () writes:
-
- > I've found (at least with the corruptions I've had) that corrupted
- > cards don't "exist". The following loop works:
- > repeat with x = 1 to the number of cds
- > if there is a cd x then
- > go cd x
- > domenu "copy card"
- > go to stack uncorrupted
- > domenu "paste card"
- > go to stack corrupted
- > end if
- > end repeat
-
- Great tip - but as written, this script will result in scrambling the
- order of cards copied into stack uncorrupted. It should work correctly
- with "go to last card of stack uncorrupted" before pasting.
-
- Hope this helps!
- N. J. Taber
- NJTaber@MITRE.org
-
-
-