Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 4:37 PM, Andre Garzia wrote: Hi Folks imagine this string made with revolution where the last char is that nice trademark symbol made with Option+2. When looping thru the chars of this string and acquiring their unicode values I receive correct values for everyone of them,

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 5:02 PM, Dar Scott wrote: Hi Folks imagine this string made with revolution where the last char is that nice trademark symbol made with Option+2. When looping thru the chars of this string and acquiring their unicode values I receive correct values for everyone of them, but

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 4:37 PM, Andre Garzia wrote: Hi Folks imagine this string made with revolution where the last char is that nice trademark symbol made with Option+2. When looping thru the chars of this string and acquiring their unicode values I receive correct values for everyone of them,

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 5:24 PM, Dar Scott wrote: I got 2122. I just checked. That is the tm. 2112 is L. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: About CharToNum and Unicode...

2004-07-24 Thread Andre Garzia
On Jul 24, 2004, at 8:24 PM, Dar Scott wrote: I put just the option 2 into a field and ran this: on mouseUp get the unicodeText of field field set the useUnicode to true get the charToNum of it put baseConvert(it,10,16) end mouseUp I got 2122. Dar Scott Dar, Thanks for your reply! here

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 6:01 PM, Andre Garzia wrote: put made with revolution into tInitialValue set the useUnicode to true repeat with i = 1 to the length of tInitialValue put char i of tInitialValue into tChar put CharToNum(tChar) into tChar put baseconvert(tChar, 10, 16) into tChar

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 5:24 PM, Dar Scott wrote: I put just the option 2 into a field and ran this: on mouseUp get the unicodeText of field field set the useUnicode to true get the charToNum of it put baseConvert(it,10,16) end mouseUp I got 2122. Whoops, that was on the beta. Sorry folks.