I have been trying to take a numeric number $48,000.00 and convert it to words. I can do that with the towards function. However I have been stuck on getting it to be able to print "Dollars" and "Cents" in the output.
Example of What I want: One Dollar and xx/36 Cents
This is the forumua that I have been working with.
Propercase(ToWords({sys_trac.trackamt})& "Dollars") & " Cents"
I have not been able to get the word "Dollars" to fit correctly. Any help would be greatly appreciated. Thanks in advance (still learning).
Example of What I want: One Dollar and xx/36 Cents
This is the forumua that I have been working with.
Propercase(ToWords({sys_trac.trackamt})& "Dollars") & " Cents"
I have not been able to get the word "Dollars" to fit correctly. Any help would be greatly appreciated. Thanks in advance (still learning).