numberFormat
- global property
- New in 1.60:
The numberFormat property can now be set to "Words" to display numbers as words. To include digits after the decimal point, "words" can be followed by a decimal point and a combination of "0"s and "#"s as in other numberFormats:
set the numberFormat to "WORDS"
set the numberFormat to "Words.00##"
- New in 1.63:
The numberFormat or the defaultNumberFormat property (or the format property of a numeric variable) can now be set to "Hexadecimal" or "Hex" to display numbers in hexadecimal format:
set the numberFormat to "hex"