メインコンテンツまでスキップ
バージョン:25.2

numberWords

  • function
  • Returns a numeric value spelled out in words. The text that results from this function can be converted back to a number using the value() function. Conversion to words can also be done with the as words operator.
  • Examples:
     put numberWords(90) -- "ninety" 
put numberWords(427) -- "four hundred twenty-seven" put 42 as words -- "forty-two"
  • new in 1.38
  • Related: ordinalWords, as words