List Words from Textarea

Richmond richmondmathewson at gmail.com
Wed Oct 13 15:27:26 EDT 2010


  On 10/13/2010 10:24 PM, Razvan Pantescu wrote:
> Merci Beaucoup Pierre!!
>
> It works fine,
>
> Raz.
>
>
>
>
>> From: psahores at free.fr
>> Date: Wed, 13 Oct 2010 21:18:37 +0200
>> To: use-revolution at lists.runrev.com
>> CC:
>> Subject: Re: List Words from Textarea
>>
>> Welcome to LiveCode Raz !
>>
>> on mouseup
>> 	repeat for each word w in fld "myfield"
>> 		put w&  cr after mywordslist
>> 	end repeat
>> 	answer mywordslist
>> end mouseup
>>
>> HTH,
>>
>> Best,
>>
>> Pierre
>>
>>
>> L

This, along with my way of doing the same thing should show you how 
flexible LiveCode
is, and how there is almost always more than one way to do things.



More information about the use-livecode mailing list