Unicode
Dar Scott
dsc at swcp.com
Tue May 10 12:54:03 EDT 2005
On May 10, 2005, at 10:48 AM, Dar Scott wrote:
>
> constant unicodeLF = 0x000A
> set the useUnicode to true
> put numToChar(10) after myUnicodeString
Now that is embarrassing. The last line will work, but this might be
more clear:
put numToChar(unicodeLF) into charUncodeLF
put charUnicodeLF after myUnicodeString
--
**********************************************
DSC (Dar Scott Consulting & Dar's Lab)
http://www.swcp.com/dsc/
A Sponsor of RevCon West
**********************************************
More information about the use-livecode
mailing list