home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / hypercar / 4711 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.1 KB  |  36 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!spool.mu.edu!agate!linus!linus.mitre.org!MITRE.org!NJTaber
  3. From: NJTaber@MITRE.org (N. J. Taber)
  4. Subject: Re: Help Deleting Cards
  5. Message-ID: <1993Jan5.133917.6892@linus.mitre.org>
  6. Sender: news@linus.mitre.org (NONUSER)
  7. Nntp-Posting-Host: ntaber-mac.mitre.org
  8. Organization: The MITRE Corporation
  9. Distribution: global
  10. Date: Tue, 5 Jan 1993 13:39:17 GMT
  11. Lines: 23
  12.  
  13. On 4 Jan 1993 23:12:13 GMT, jstern@garnet.berkeley.edu () writes:
  14.  
  15. > I've found (at least with the corruptions I've had) that corrupted
  16. > cards don't "exist". The following loop works:
  17. > repeat with x = 1 to the number of cds
  18. >    if there is a cd x then
  19. >       go cd x
  20. >       domenu "copy card"
  21. >       go to stack uncorrupted
  22. >       domenu "paste card"
  23. >       go to stack corrupted
  24. >    end if
  25. > end repeat
  26.  
  27. Great tip - but as written, this script will result in scrambling the 
  28. order of cards copied into stack uncorrupted.  It should work correctly 
  29. with "go to last card of stack uncorrupted" before pasting.
  30.  
  31. Hope this helps!
  32. N. J. Taber
  33. NJTaber@MITRE.org
  34.  
  35.  
  36.