Ord
From Lazarus wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
français (fr) │
русский (ru) │
The language construct ord(someVariable)
evaluates to the index of any ordinal type, including, but not limited to any integer
type and sub-ranges thereof, char
, boolean
, or any enumerative type.
see also
ord
documented in the system unitchr
returns a character by its index