Subject: | Re: locatePattern - update
| Date: | 15 Sep 2020 15:24:04 -0400
| From: | "Kevin Zawicki" <numberjack@wi.rr.com>
| Newsgroups: | pnews.paradox-programming
|
email assist - thanks
advancedWildcardsInLocate needed for special chars, have to toggle on and
off - but working
if cr = "@" then
advancedWildcardsInLocate(true)
cr = "\\@"
endif
locate cr + ".." etc
thanks
"Kevin Zawicki" <numberjack@wi.rr.com> wrote:
>
>
>
>Using locatePattern, find data that starts with @ or a space.
>(Yes I know; data that starts with a space!)
>
>
>Using @.. is treated as any character, "@".. does not work.
>
|