ActionScript 2.0 Language Reference |
|
|
|
| ActionScript language elements > Global Functions > mbchr function | |||
mbchr(number:Number)
Deprecated since Flash Player 5. This function was deprecated in favor of the String.fromCharCode() method.
Converts an ASCII code number to a multibyte character.
Availability: ActionScript 1.0; Flash Player 4
number:Number - The number to convert to a multibyte character.
fromCharCode (String.fromCharCode method)
|
|
|
|