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.

_______________________________________________
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