|
thanx. that was exactly what i meant. On 2002.03.12 16:15 MBarton@pink.co.uk wrote: > > > > >i've got a variable with type float and want to display only something > like > >1,53 and not 1,53222344... . i've seen the solution to it somewhere but > i > > Michael > try using somethiing like the following: > > DecimalFormat df = new DecimalFormat("###,###,##0.00"); > > String s = new String(df.format(floatVariable)); > > Mike > > > > This communication and the information it contains: - (a) Is intended for > the person(s) or organisation(s) named above and for no other person(s) > or organisation(s). Access to this mail by anyone else is unauthorised. > (b) Is confidential, and may be legally privileged or otherwise protected > in law. Unauthorised use, circulation, copying or disclosure of any part > of this communication may be unlawful. (c) May be susceptible to > interference, and should not be assumed that it has come in its original > form and/or from the stated sender or PinkRoccade UK accepts no > responsibility for information, errors or omissions in this e-mail or use > or misuse thereof or any act done or omitted to be done in connection > with this communication. If you are not the intended recipient, please > inform postmaster@pink.co.uk immediately and delete it and all copies > from your system. > _____________________________________________________________________ > This message has been checked for all known viruses by PinkRoccade > delivered through the MessageLabs Virus Control Centre. For further > information visit http://www.uk.uu.net/products/security/virus/ > _______________________________________________ > This is the Java Programming on and around the iSeries / AS400 > (JAVA400-L) mailing list > To post a message email: JAVA400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l > or email: JAVA400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/java400-l. > >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.