Ord/fr

From Lazarus wiki
Revision as of 22:40, 28 October 2016 by E-ric (talk | contribs) (Created page with "{{Ord}} Function '''ord''' returns the 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

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: