MACSCRPT Archives

May 2003

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Paul Berkowitz <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Sat, 31 May 2003 12:41:00 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (17 lines)
On 5/31/03 12:20 PM, "Eric Schult" <[log in to unmask]> wrote:

>
> In an aside, though, I'm finding that "show every record whose cell "x"
> is "whatever"" will also return records whose cell "x" is
> "whatever_plus_suffix". I'm not using the "contains" modifier, or the
> "begins with" modifier. I'm using "is" or "is equal to" or "=" and none
> of those modifiers return the correct (exact) set of records.

That's always been the case in FMP, as I recall. It interprets "whose ...is"
as if it were "...starts with" - it must not look further than the nth
character where n is the length of the search string. You could probably add
in another filter for its length  being n.

--
Paul Berkowitz

ATOM RSS1 RSS2