docs

Home All functions Categories

vuNumber2String(Number)

vuNumber2String(LONG), CSTRING

Description

Returns a string containing the number spelled out in words.

Parameters

Parameter Data Type Description
Number LONG The number to convert to words.

Returns

A CSTRING containing the number in word form.

Example

LOC:SpelledNo = vuNumber2String(1234)
MESSAGE('1234 in words is: ' & LOC:SpelledNo)

Notes

Home All functions Categories