|
| KiXtart 2001 Manual |
Chr( )
| Action: | Allows
you to insert special characters in a string, such as carriage returns. |
| Syntax: | CHR (character code) |
| Parameters: |
Character
code
|
| Returns: |
The
string representation of the character code. |
| See Also: |
Asc( ) |
| Example: |
$CRLF=chr(13) + chr(10) |