Page 1 of 1

replace one instance of a word

Posted: Fri Mar 20, 2009 9:26 pm
by Preston Shea
When I use

replace oldWord with newWord in field "textField"

every instance of oldWord is replaced by newWord. How do I replace just one specific instance -- for example the clickText?

Re: replace one instance of a word

Posted: Sat Mar 21, 2009 8:54 pm
by Lynn P.
Preston Shea wrote:When I use

replace oldWord with newWord in field "textField"

every instance of oldWord is replaced by newWord. How do I replace just one specific instance -- for example the clickText?
Hi Preston ~

Try putting this in a locked "textField":

Code: Select all

put newWord into the clickChunk