September 25, 201213 yr Any way to check for the presence of a given word in any location within a field?
September 25, 201213 yr Are you trying to find some word WITHIN the text? PatternCount ( ¶ & YOURFIELD & ¶ ; "¶string¶" ) ≥ 1
September 26, 201213 yr Any way to check for the presence of a given word in any location within a field? See also: http://www.briandunning.com/cf/1390
September 26, 201213 yr PatternCount ( ¶ & YOURFIELD & ¶ ; "¶string¶" ) ≥ 1 I have only now noticed this: what is the purpose of the carriage returns?
September 26, 201213 yr Doh - I used the wrong example - that is if you are testing against an array. Your function is the one that I use for this purpose. :worship:
Create an account or sign in to comment