Christian,
My previous example used a flavor of RegEx not supported by Rev. Sorry. Please modify the example to read:

Put "The day is dappled with da and dads."

MatchText (MyText, "\bda\b")
--returns true because da is by itself.

ReplaceText (MyText, "\bda\b", "Ra")
--returns "The day is dappled with Ra and dads."

On Monday, June 6, 2005, at 12:56 PM, [EMAIL PROTECTED] wrote:

I click  "da" and I just want this to be replaced in the field
(not  "das", "Dach","Dame",...)

How can I solve this ?

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to