Ord

From Free Pascal wiki
Revision as of 09:26, 22 May 2013 by The1 (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Function ord returns which has ASCII value of the char c.

Declaration

   Function ord (c : Char) : byte; 


See also: