Double.parseDouble
807600Aug 17 2007 — edited Apr 17 2008parsing 254220 returns 2.54222E7 i want to store it as a regular number
i know i can new Double().intvalue but i need to use a setAtt(double ..) so it loses again .. how can i fix that ?
thanks