Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!brunix!cs.brown.edu!man From: man@cs.brown.edu (Mark H. Nodine) Newsgroups: comp.sys.mac.hypercard Subject: Re: Bug in mark! (was: How to find fields that DO NOT contain a string?) Message-ID: <79084@brunix.UUCP> Date: 21 Jun 91 18:58:04 GMT References: <4500@uakari.primate.wisc.edu> <4506@uakari.primate.wisc.edu> Sender: news@brunix.UUCP Organization: Brown Computer Science Dept. Lines: 15 In article , mike@ymt.com (Michael Czeiszperger) writes: |> I'm trying to set up a system where the stack user picks the search |> criteria. The "mark cards" syntax is supposed to be: |> |> mark cardexpr where expr |> |> You would think expr could be a variable containing a syntax structure, |> but this is not the case. As a workaround, I actually have to generate |> the script for the mark call from the search script, and then execute it! How about using mark cards where value(criteria) to do it? --Mark