Path: utzoo!attcan!uunet!mcsun!ukc!reading!cf-cm!ralph From: ralph@computing-maths.cardiff.ac.uk (Ralph Martin) Newsgroups: comp.sys.mac.hypercard Subject: Dleteing marked cards Message-ID: <1990Oct31.120304.1266@computing-maths.cardiff.ac.uk> Date: 31 Oct 90 12:03:04 GMT Organization: University of Wales College of Cardiff Lines: 13 I have a script which goes through a script and marks obsolete cards. I then want to delete them, but although there is a "print marked cards" there seems to be nothing similar for deleting marked cards. The best I could come up with is something like, paraphrasing repeat for number of marked cards go first marked card domenu "delete card" end repeat Is there really no better way to do this? It seems there ought to be! Ralph