NumberToWords Merge Method
Usage | Parameters | Examples | Remarks
The NumberToWords merge method converts a numeric value into a spoken English representation of the value. Rather than a number being presented as:
100304
The NumberToWords method will convert it to:
one hundred thousand three hundred and four
Usage
NumberToWords(NumberToConvert) |
Converts a numeric to spoken English |
Parameters
NumberToConvert Integer
A whole number to be converted. Any decimal places will be ignored.
Examples
Example 1
Place documents into a folder named the number of the value of a zone.
In this example, the result could be "Attempt one hundred"
Remarks
The method does not convert decimal places. If decimal places are included in the number then they will be ignored.