From WikiChip
Difference between revisions of "mirc/identifiers/$ord"
< mirc‎ | identifiers

(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 21:46, 30 October 2017

$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.


See Also