tedmillerx
Programmer
I need to convert data for output from standard currency, dates and other types of fields into a format that has zeros. For example:
$4.57 outputs to 000457
12/24/99 outputs to 00122499
etc.
I need to output them in a fixed width file format. Can anybody help?
$4.57 outputs to 000457
12/24/99 outputs to 00122499
etc.
I need to output them in a fixed width file format. Can anybody help?