Re: Find and Replace a portion of a string
- From: "JR" <Jeff@xxxxxxxxxxxxxxxxxxxx>
- Date: 18 Feb 2006 10:36:52 -0800
David,
Thanks for your suggestion.
I am just testing for now just so I can see if the concepts will work.
Here is the code I am currently trying but with no luck.
var
tc Tcursor
s,s1 String
endvar
tc.open(":Tables:MLSImport")
scan tc :
if tc."Address".advMatch("^(..)(Blvd)$") then ;testing for Blvd
s.view()
s1.view()
else
msgInfo("Hey","Can't find it")
return
endif
endscan
Continue getting the msgInfo portion, meaning the IF statement returned
false. Am I missing something?
Thanks for your help.
Jeff
.
- References:
- Find and Replace a portion of a string
- From: JR
- Re: Find and Replace a portion of a string
- From: Liz McGuire
- Re: Find and Replace a portion of a string
- From: David Farmer
- Find and Replace a portion of a string
- Prev by Date: Re: PARADOX product life cycle
- Next by Date: Re: PARADOX product life cycle
- Previous by thread: Re: Find and Replace a portion of a string
- Next by thread: Re: Find and Replace a portion of a string
- Index(es):
Relevant Pages
|
|