| Home | All functions | Categories |
vuNumber2String(LONG), CSTRING
Returns a string containing the number spelled out in words.
| Parameter | Data Type | Description |
|---|---|---|
| Number | LONG | The number to convert to words. |
A CSTRING containing the number in word form.
LOC:SpelledNo = vuNumber2String(1234)
MESSAGE('1234 in words is: ' & LOC:SpelledNo)
| Home | All functions | Categories |