What is the script for selecting a specific word in a field?

John Ridge ridge11103 at btinternet.com
Wed May 18 08:08:10 EDT 2005


From: Robert Ball <reball at mac.com>
Reply-To: How to use Revolution <use-revolution at lists.runrev.com>
Date: Tue, 17 May 2005 14:05:56 -0700
To: use-revolution at lists.runrev.com
Subject: What is the script for selecting a specific word in a field?

I have a field YourAnswer with several instances of xxx. I want to tab
to each instance of xxx. The scripts

on tabKey
  find word xxx in field "YourAnswer"
end tabKey

How about

on tabKey
  find word xxx in field "YourAnswer"
  select the foundText
end tabKey






More information about the use-livecode mailing list