User Tools

Site Tools


en:chr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:chr [2016/08/12 13:07]
admin
en:chr [2020/02/28 10:46]
Line 1: Line 1:
-===== 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 ==== 
- 
-<code> 
-print chr(66)+chr(111)+chr(111)+chr(33) 
-</code> 
-will print 
-<code> 
-Boo! 
-</code> 
- 
-==== See Also ==== 
-{{page>en:start#String Handling&noheader}} 
- 
-==== History ====  
-|0.9.4|New To Version| 
- 
  
en/chr.txt ยท Last modified: 2020/02/28 10:46 (external edit)