NumberToWords

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Allows converting number to words.

Syntax

[help]
(Result:String) NumberToWords Number:int

Example

let my_string := NumberToWords 10

Will return "ten".

let my_string := NumberToWords 332323

Will return "three hundred thirty two thousand three hundred twenty three".

let my_string := NumberToWords 10020

Will return "ten thousand twenty".