Page 1 of 1

Operator $ ?

Posted: Mon Feb 05, 2007 6:14 am
by TIM
Hi Guys____Wonder if anyone can point me in the right direction here, I have a memo field which i would like to search and if the memo field contains the word ERRORPAD i would like to return .F. so i can exclude the record from the report.____I suspect that the Operator $ is the tool i need, but there are no examples of how to use this in the help and the wording does not make sense to my simple brain :-)____Could someone explain please :-) ____Thanks ____Tim

=> RE: Operator $ ?

Posted: Mon Feb 05, 2007 5:37 pm
by kfleming
you can use the expression:__memofield<>"*ERRORPAD*"____to return a true value when the memo field named memofield does not contains the text ERRORPAD____Kathleen__R&R Support

==> RE: Operator $ ?

Posted: Wed Feb 07, 2007 3:46 pm
by Jeannie
Just needed the inverse ... perfect timing :)__thanks