On Aug 8, 2008, at 10:09 AM, Devin Asay wrote:

   set the useunicode to true
   set the unicodetext of fld "unicode_tester" to numtochar(5169)
   put the textFont of char 1 of fld "unicode_tester" into tFont1
   replace item 1 of tFont1 with pChosen
   set the unicodeText of char 1 of fld "unicode_tester" to tFont1

            xxxxxxxxxxxx

That should be
   set the textFont of char 1 of fld "unicode_tester" to tFont1
           --------
Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to