Returns a string consisting of a single character specified by an ASCII code. This function may be used to represent special characters such as TAB ( Chr(9) ) and newline ( Chr(10) ).
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
real |
Yes |
|
ASCII code |
Return type: string
|