In article <b1cccea6a886a2c94f172a0efafaad12 (AT) news (DOT) thenewsgroups.com>,
The Shadow <The.Shadow.19eo90 (AT) mail (DOT) webservertalk.com> wrote:
Quote:
PatternCount ( "Aa", "a" ) = ?
From FMP2 (or earlier) to FMP6 the result would have been '1'.
I tried this in FM6 and it also gives 2 - this is not new to FM7. |
Yep, you get an answer of 2 in both FileMaker 4.1 and FileMaker 5.5 as
well.
You also get the same "2" answer if you chage it to:
PatternCount ( "Aa", "A" )
As far as I can remember FileMaker has always ignored the case of
letters - it's what makes Finds so easy ... or annoying, depending on
what you're trying to do.
Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)