I am working out my payroll system and would like * to the left of the field that has the check amount in "words"
example:
(Currently Showing)
one thousand and five hundred dollar and 12 cents
(Would like it to show)
one thousand and five hundred dollar and 12 cents*********
Another example
(Currently Showing)
ten dollars
(Would like it to show)
ten dollars******** *************** *************** ********
I figured I would have to len(field) to find length of string then somehow fill it to "100" characters with * starting at left$(len(field )).
My thought process might be way off.
Thanks for your help,
Vasago
example:
(Currently Showing)
one thousand and five hundred dollar and 12 cents
(Would like it to show)
one thousand and five hundred dollar and 12 cents*********
Another example
(Currently Showing)
ten dollars
(Would like it to show)
ten dollars******** *************** *************** ********
I figured I would have to len(field) to find length of string then somehow fill it to "100" characters with * starting at left$(len(field )).
My thought process might be way off.
Thanks for your help,
Vasago
Comment