Chr
|
String manipulation |
| SYNTAX | Chr( code ) |
| RETURNS | STRING |
| FUNCTION | The function returns string representing single character of given ASCII code. |
| EXAMPLE | Chr(32); // will return " " (a string consisting of single space) |
| SEE ALSO |
The Chr function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.