Difference between revisions of "Ord"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "Function '''ord''' returns which has ASCII value of the char '''c'''. Declaration Function ord (c : Char) : byte; See also: * chr Category:Pascal")
 
Line 1: Line 1:
Function '''ord''' returns which has [[ASCII]] value of the [[Char|char]] '''c'''.
+
Function '''ord''' returns the [[ASCII]] value of the [[Char|char]] '''c'''.
  
 
Declaration
 
Declaration

Revision as of 09:27, 22 May 2013

Function ord returns the ASCII value of the char c.

Declaration

   Function ord (c : Char) : byte; 


See also: