How to convert the digits of a number into words?
My requirement is slightly different from those directly convert number to words like 123 = One Hundred Twenty Three. What I need is 123 = One Two Three because we need it to be printed on cheques. So the one will be under the hundred digit, two will be written under the tens digit, and three will be written under the units digit.
Is there any way to get this done in RTF Template?
So many thanks in advance!!