From WikiChip
Difference between revisions of "mirc/identifiers/$ord"
(Created page with "{{mirc title|$ord Identifier}}'''$ord''' appends "st", "nd", "rd", or "th" as appropriate, to the number N. == Synopsis == <pre>$ord(N)</pre> == Paramters == * '''N''' -...") |
(No difference)
|
Revision as of 20:46, 30 October 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$ord appends "st", "nd", "rd", or "th" as appropriate, to the number N.
Synopsis
$ord(N)
Paramters
- N - The number
Properties
None
Example
//echo -a $ord(3)
Compatibility
Added: mIRC v5.61
Added on: 23 Sep 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.