Quick Challenge

Roger Eller roger.e.eller at sealedair.com
Thu Aug 27 11:20:09 EDT 2015


COOL!!!  I just learned a new thing!  Thanks Mike.


On Thu, Aug 27, 2015 at 11:15 AM, Mike Bonner <bonnmike at 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
>
>



More information about the use-livecode mailing list