| Contents: | Main | Chapter | See Also: | Getting Started Manual | Programmer Manual | |||
| Format: | $C(n, . . .) |
| Parameters: | n is an integer or an expression yielding an integer. |
| Use: | This function returns the character corresponding to the ASCII value of n. If more than one n is specified in the argument, a string of characters will be returned. |
| Examples: |
$C(100)=> d $C(99,100,101)=> cde |
Reviewed/Updated: March 4, 2007