hi,
i am writing outputs from a program that lists
name, SSN, salary,etc in columns. .. How do I format
the fields so that all column data line up
cleanly ?
what packages should i have to use ?
thanks
sarath
Printable View
hi,
i am writing outputs from a program that lists
name, SSN, salary,etc in columns. .. How do I format
the fields so that all column data line up
cleanly ?
what packages should i have to use ?
thanks
sarath
See my answer to Q3 at
http://forums.vb-world.net/showthrea...ign#post262504
The java.text.DecimalFormat or java.text.DecimalFormatSymbols classes.