Difference between revisions of "Chr"

From Lazarus wiki
Jump to navigationJump to search
(New page: Function chr returns the char which has ASCII value X Declaration Function chr (X : byte) : Char; See also: * ord)
 
Line 7: Line 7:
 
See also:
 
See also:
 
* [[ord]]
 
* [[ord]]
 +
 +
[[Category:Pascal]]

Revision as of 20:30, 20 April 2013

Function chr returns the char which has ASCII value X

Declaration

   Function chr (X : byte) : Char; 


See also: