On Wed, 5 Jan 2000, Ansley, Michael wrote:
> My personal opinion: ordinal numbers can get a th, rd, nd, or st. That
> implies whole numbers only. If an ordinal is requested, test for a positive
> integer; if not an integer, leave alone, otherwise add whichever suffix is
> required.
>
> 2 -> 2nd
> 2.2 -> 2.2
> NaN -> NaN
> 4 -> 4th
> -6 -> -6
Well, it is good solution. I implement it. Or exist the other suggestion?
Karel