Equinox Online Help - Language Reference - A to Z

Home

Ord

Applies to
SyntaxOrd(NumberExpression)
Action[Function] Converts an integer number into words.
ScopeUsable anywhere.
Notes

This function returns the value of NumberExpression, in words. eg If NumberExpression is 24 then the function returns the string "twenty four".

Note that NumberExpression must be an integer with less than ten digits.

CategoryConversions
See Also Asc, Card, ChoosePrinter, HexNum, HexStr, Lowercase
Example

This example displays "one hundred and eighty" on a message dialog.

Message Ord(180)