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

Klaus Major klaus at major-k.de
Wed May 18 16:02:50 EDT 2005


Hi all,

> how many of us already knew that and didn't think of it? ;)

and how many of you actually read the post of Ken Ray from about 3  
hours ago NOT?
:-D

> Am 18.05.2005 um 18:34 schrieb Ken Ray:
>> ...
>> on tabKey
>>   lock screen
>>   find word xxx in field "YourAnswer"
>>   select the foundText
>>   unlock screen
>> end tabKey


> ...
>> Frédéric RINALDI
>> Sent: Wednesday, May 18, 2005 21:29
>> To: use-revolution at lists.runrev.com
>> Subject: Re: What is the script for selecting a specific word
>> in a field?
>>
>> On 18 mai 05, at 19:21, use-revolution-request at lists.runrev.com  
>> wrote:
>>
>> Robert,
>>
>>      Simply use:
>>
>> on tabKey
>>    find word xxx
>>    if the result is not "not found"
>>    then select the foundChunk
>> end tabKey
>>
>> Frederic RINALDI
>> Technical Consultant & Developer
>> Cellular : 33-(0)6 07 34 01 61
>> eMail : rinaldi.frederic at free.fr

Regards

Klaus Major
klaus at major-k.de
http://www.major-k.de



More information about the use-livecode mailing list