Convert number digits to words...

T

Thomas Burns

I would like to create a procedure/function that converts
digital number to a number in checkbook text format.
I envision typing my sentence, hightlighting the digits,
pessing a command button and having the digits convert to
words.
Does anybody have a solution?
Thanks.
Tom Burns
 
S

Suzanne S. Barnhill

You can use the \*cardtext switch in a number field to convert numbers to
words. Your task will be to figure out a way to use a field for the purpose!
 
Top