[comp.sys.mac.hypercard] Dleteing marked cards

ralph@computing-maths.cardiff.ac.uk (Ralph Martin) (10/31/90)

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