On 10/13/2010 10:24 PM, Razvan Pantescu wrote:
Merci Beaucoup Pierre!!

It works fine,

Raz.




From: psaho...@free.fr
Date: Wed, 13 Oct 2010 21:18:37 +0200
To: use-revolution@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.
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to