Sandbox:JS:String.fromCharCode
From MDC
Returns a string created from the specified sequence of Unicode values.
[edit] Syntax
ret = String.fromCharCode(num1, num2, ..., numN)
- numX
- A sequence of numbers that are Unicode values.
- ret
- A string primitive composed of a sequence of characters whose Unicode values match those of the numX sequence.