User Guide
1088 Appendix: Deprecated Language Elements
mbchr
Availability
Flash Player 4. This function was deprecated in favor of the String.fromCharCode() method.
Usage
mbchr(number)
Parameters
number
The number to convert to a multibyte character.
Returns
A string.
Description
String function; converts an ASCII code number to a multibyte character.
See also
String.fromCharCode()