1) stated by Mark in response to my posting "word breaks in Russian Unicode text" of 14 May, 2011:
Code: Select all
set the unicodeText of fld "other" to word 1 to 2 of the unicodeText of fld "this"
Code: Select all
set the unicodeText of fld "other" to the unicodeText of word 1 to 2 of fld "this"
2) to be confirmed by someone with more experience than my first three day with LC:
At the end of Devin's section 2 (and elsewhere):
Code: Select all
put charToNum(char 1 to 2 of fld "russText")
Code: Select all
put charToNum(char 1 to 2 of the unicodeText of fld "russText")
Slava