{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Chr / ChrW
Returns the Unicode character using the given decimal number.
Usage:
Chr( x ) ChrW( x )
Parameters:
x | Unicode value of character to return. |
---|
Returns:
The character associated with the ASCII value passed as x.
Examples:
The decimal value of the character 'A' is 65 and the hexadecimal value is 41. Please note that the Unicode table contains the hexadecimal values.
chr(65) Returns the character "A" chr(98) Returns the character "b"