===== Chr (Function) ===== ==== Format ==== **chr** ( [[numericexpressions|numeric_expression]] ) returns [[stringexpressions|string_expression]] ==== Description ==== Converts the integer [[expressions|expression]] into a single character string expression with the UNICODE value of the number. ==== See Also ==== [[asc|Asc]] ==== Example ==== print chr(66)+chr(111)+chr(111)+chr(33) will print Boo! ==== See Also ==== {{page>en:start#String Handling&noheader}} ==== History ==== |0.9.4|New To Version|