Quick Challenge

Richmond richmondmathewson at gmail.com
Thu Aug 27 11:52:23 EDT 2015


On 08/27/2015 06:39 PM, Richmond wrote:
> Lots of clever answers . . .
>
> Now try with this text:
>
>         
> .       
> :        
>       ,   `    
>   (  )  ,  `  
>           
>  
>
> Before anyone asks, this is Armenian.
>
> Richmond.

Surprisingly enough Roger's, with trueWord and reversed (toLower) [as 
there are NO words in the Armenian text
all in capitals] worked a treat:

on mouseUp
    set the caseSensitive to true
    put fld "armenian" into tWords
    repeat for each trueword thisWord in tWords
       if thisWord is toLower(thisWord) then put thisWord & cr after fld 
"resultF"
    end repeat
    set the caseSensitive to false
end mouseUp

https://www.dropbox.com/sh/ja47l87gg87sn0q/AAAIj99kEQVOb8ev3jz8C5ORa?dl=0

file: lowerCase.zip

Richmond.



More information about the use-livecode mailing list