J
Jim Lally
.......this has been driving my wife and i crazy......but it's probably easy
stuff for some of you.
we have a list of currency amounts....$23.61, $54.67, $110.00, $54.30
in place of those numbers, what we would like are:
00002361, 00005467, 00011000, 00005430
so basically wanting to have an eight digit number, with zeros preceeding
the point that the number is displayed such that it is the last X number of
places to complete the 8 digit requirement)
is there a way to first do a check for the length of the currency
number....length as in number of places......and then return the zeros to
result in the eight digit number.
i hope i am explaining that in a non confusing manner.
thanks in advance...my wife is convinced that it can't be done.
(e-mail address removed)
stuff for some of you.
we have a list of currency amounts....$23.61, $54.67, $110.00, $54.30
in place of those numbers, what we would like are:
00002361, 00005467, 00011000, 00005430
so basically wanting to have an eight digit number, with zeros preceeding
the point that the number is displayed such that it is the last X number of
places to complete the 8 digit requirement)
is there a way to first do a check for the length of the currency
number....length as in number of places......and then return the zeros to
result in the eight digit number.
i hope i am explaining that in a non confusing manner.
thanks in advance...my wife is convinced that it can't be done.
(e-mail address removed)