HBMarlowe Posted March 14, 2008 Share Posted March 14, 2008 In Find mode I set my field to "==" & RightValues (gTextField ; 1) Because RightValues includes a pilcrow the search for exact match fails. I've been using Filter to allow only alphanumeric characters, spaces, periods, ampersands, etc. That works fine. Here's the question: Is there a more elegant way? Link to comment Share on other sites More sharing options...
David Head Posted March 14, 2008 Share Posted March 14, 2008 Of course there is a more elegant way! smiley-wink Try this: "==" & GetValue ( gTextField ; ValueCount ( gTextField ) ) But that will cost you a beer at Devcon smiley-tongue-out Link to comment Share on other sites More sharing options...
HBMarlowe Posted March 15, 2008 Author Share Posted March 15, 2008 But that will cost you a beer at Devcon smiley-tongue-out I'm sure I owe you more than one by now, David. Many thanks. I guess I should look at the list of functions from time to time, instead of just typing. Duh.Opps! John Link to comment Share on other sites More sharing options...
Recommended Posts