Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
July 27, 2023
Rand - XpressDox
Convert numbers into words (Rands) in your XpressDox Document Automation template.
The Rand function will translate a numeric value into a currency in words, specifically Rands in English.
Command structure:
«Rand(Price)»
Example:
«Rand(Price,'')»
(«FormatNumber(Price,'$#,0.00;')?»
)