sChar = Pm.StringCodeFrom(nCode)
nCode | (Long) Number of Unicode code that identifies a character. Range from 0 to 65535. |
---|
The method is functional also in Macro expression $.expr and in the onDraw event of the PmiCanvas graphic item.
var s = Pm.StringCodeFrom(65); //Returns A
s = Pm.StringCodeFrom(97); //Returns a
s = Pm.StringCodeFrom(62); //Returns >
s = Pm.StringCodeFrom(34); //Returns "