Aller au contenu principal

chr

Return a specific character

CHR

NAME

chr - Returns a string containing a specific character

SYNOPSIS

chr(code)

PARAMETERS

code The unicode.
The behaviour of this function depends on the LC_CTYPE category of the current locale. It returns the character associated with the code specified by the user. 

RETURN

character
Returns the specified character.

EXAMPLES

in:  res={{chr(1102)}}.
out: res=ю.

in:  res={{chr(code:0xa)}}.
out: res=
").

SEE ALSO

{{ include("includes/strings.sn") }}

AUTHOR

Written by Pusnei Sergey and Caroline Laplante, <sergey@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com

Edit

© 2024 extenso Inc. All rights reserved.