Previous Topic

Next Topic

WordAmount - MaxBasic Function

WordAmount(Amount: Number): String

Returns a string containing Amount in words.

WordAmount function syntax has these named arguments:

Parameter

Description

Amount

Required. The number to be converted to a string.

Sample code:

  WordAmount(927)

Returns: NINE HUNDRED AND TWENTY SEVEN DOLLARS ONLY

See Also

String Functions

Book Contents

Book Index