Feeling a bit "NumToCharred"...
Richmond Mathewson
richmondmathewson at gmail.com
Fri Dec 18 12:58:36 EST 2009
I popped this in a button:
on mouseEnter
set the useunicode to true
set the unicodeText of fld "GUFF" to numToChar(43)
end mouseEnter
and I get a '+' in fld "GUFF" - exactly as wanted.
BUT . . .
on mouseEnter
set the useunicode to true
set the unicodeText of fld "GUFF" to numToChar(7749) && numToChar(43)
end mouseEnter
does not give me char 7749, a space and a '+'; it only gives me char
7749 and a space
I wonder why?
Probably my syntax is incorrect . . .
More information about the use-livecode
mailing list