Difference between revisions of "Ord"

From Lazarus wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 +
{{Ord}}
 +
 
Function '''ord''' returns the [[ASCII]] value of the [[Char|char]] '''c'''.
 
Function '''ord''' returns the [[ASCII]] value of the [[Char|char]] '''c'''.
  

Revision as of 22:39, 28 October 2016

Deutsch (de) English (en) français (fr) русский (ru)

Function ord returns the ASCII value of the char c.

Declaration

   Function ord (c : Char) : byte; 


See also: