char

Get the character with a certain ASCII code.


Syntax


Parameters

  • Number code - The ASCII code.


Result

  • String - The character that has the specified ASCII code.

Returns a one-character String containing the character that has the ASCII code specified by code.