Convert numbers into words (Dollars in French) in your XpressDox template
The DollarsFrancaise function will translate a numeric value into a currency in words, specifically Dollars in French.
Command structure:
«DollarsFrancaise(Price)»
Example:
«FormatNumber(Price,'#,0.00;')?»
(«DollarsFrancaise(Price,'')»
)