Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!bellcore!faline!thumper!gamma!pyuxp!pyuxe!pyuxf!badari From: badari@pyuxf.UUCP (Badari Eswar) Newsgroups: comp.sys.mac.hypercard Subject: Card exists -- test by name Keywords: Card exists -- test by name Message-ID: <493@pyuxf.UUCP> Date: 1 Feb 89 14:13:06 GMT Organization: Bell Communications Research Lines: 12 To test the existance of a card in a stack by its name try the following script : push card lock screen go to card CARDNAME in stack STACKNAME if the result is empty then put "TRUE" into EXISTS else put "FALSE" into EXISTS end if pop card