On Mon, 05 Jan 2004 13:29:39 +0000, Thomas Schodt
<> wrote or quoted :
>> will return "00001234". "########" will return "1234".
> > And how do I get " 1234"?
>
>Not without extra processing.
Java presumes you will display the result in a JTextField that lets
you specify right or left justification. It generally has no built in
features for padding with left zeroes. Misc.LZ will do it for you in
from
http://mindprod.com/products.html#BUS
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See
http://mindprod.com/jgloss/jgloss.html for The Java Glossary.