I got as far as pasting the correct symbol into the Label space in the properties, but the stack still puts an "a" with "~" over it instead of a circle with a c in it. I learned that it's charToNum 227 I'm after, but don't know how that fact helps me!
Hi Suzanne,
Perhaps numToChar(227) [note you referenced the reverse function above] is not the correct value for your platform:
numToChar(129) through numToChar(256) represent different characters in ASCII (read "on Macs") than in ANSI (or ISO) (read "on Windows & Unix").
See macToIso & isoToMac in the Rev dictionary. --
Rob Cozens CCW, Serendipity Software Company http://www.oenolog.com/who.htm
"And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee."
from "The Triple Foole" by John Donne (1572-1631) _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
