Using the functionality in a report¶
Once the function has been added to the available functions (the reference is stored in dr.db), the function can be used like all other built-in functions.
return NumberToWords({OrderDetail.Order_Number},0)
The above returns "one hundred one" when the order number is 101.