COOL!!!  I just learned a new thing!  Thanks Mike.
On Thu, Aug 27, 2015 at 11:15 AM, Mike Bonner <bonnm...@gmail.com> wrote:

> Rogers, using truewords
>
> on mouseUp
>    set the caseSensitive to true
>    put "Mary had a little LAMB. Its fleece was WHITE as cocaine.
> Everywhere that
> Mary went, she would shout, WINNING!" into tWords
>    repeat for each trueword thisWord in tWords
>       if thisWord is toUpper(thisWord) then put thisWord & cr after
> tCapWords
>    end repeat
>    set the caseSensitive to false
>    answer tCapWords
> end mouseUp
>
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to