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 _______________________________________________ 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
