Going Mad With Unicode - Breakthrough!

Igor Couto igor at pixelmedia.com.au
Fri May 30 20:55:02 EDT 2003


To all who have been immensely helpful by following this thread and 
providing suggestions:

I just managed to copy the extended unicode characters (in Esperanto) 
from one field to a specific line in another - using the HTMLTEXT 
property. There seems to be 2 ways to do it:

The longer way:

   put the htmlText of field "targetFld" into newText
   put the htmlText of field "sourceFld" into newLine2
   put newLine2 into line 2 of newText
   set the htmlText of field "targetFld" to newText	
	

Or the shorter way:

set the htmlText of line 2 of field "targetFld" to the htmlText of 
field "sourceFld"

For some reason, this IS working now!
FABULOUS!!!

Once again, many thanks to all who provided suggestions!


--
Igor de Oliveira Couto
----------------------------------
igor at pixelmedia.com.au
----------------------------------




More information about the use-livecode mailing list