OS 10.5 character issue

Dan Friedman dan at clearvisiontech.com
Mon Nov 3 22:12:49 EST 2008


Mark,

Thanks for the response.  Here's what I did (on 10.5):

repeat with i = 1 to 256
  put i &tab& numToChar(i) into line i of tempData
end repeat
put tempData into field 1 --set to my custom font

The check came on line 195
The ellipse came on line 201

I then ran the SAME routine on a 10.4 Mac:

The check came on line 201 AND 195!  The ellipsis character was not listed
at all.  Which it shouldn't be - it's where our check is.


Any thoughts?

Dan



> Hi Dan,
> 
> Have you run a numToChar(number) inside a repeat loop, to see what
> character and number the check mark is?
> 
>  
> 
> Regards,
> 
> Mark Stuart





More information about the use-livecode mailing list