User Tools

Site Tools


en:chr

This is an old revision of the document!


Chr (Function)

Format

chr ( numeric_expression )

returns string_expression ==== Description ==== Converts the integer expression into a single character string expression with the UNICODE value of the number. ==== See Also ==== Asc ==== Example ==== <code> print chr(66)+chr(111)+chr(111)+chr(33) </code> will print <code> Boo! </code> ==== See Also ====

==== History ==== |0.9.4|New To Version|

en/chr.1471027646.txt.gz · Last modified: 2020/02/28 10:46 (external edit)