Have you tried FormatFloat, e.g.:

Edit.Text := FormatFloat(',#0', yourValue);

Playing around with this should give you the results you need. 

As an aside, not sure if it is a Delph 5 only problem but don't rely too
much on the Evaluate/Modify dialog box results with extended values. 


Michael Darling
Solutions Analyst/Developer
ROOM Solutions Ltd
mailto:[EMAIL PROTECTED]


-----Original Message-----
From: Tim [mailto:[EMAIL PROTECTED] asked:
I need to be able to display very large numbers (precision > 16) in text

strings. After some swearing and shouting, I find that I am able to 
manipulate the numbers using the Delhpi Extended data type (Delphi 5 
Enterprise).

But I cannot get them to display. Using the formatting routines simply 
produces scientific notation - and I need to be able to see the actual 
number as a string.
*******************************************************************
CONFIDENTIALITY NOTICE/DISCLAIMER
This email and any attachments are confidential, protected by 
copyright/intellectual property rights and may be legally privileged. The 
information transmitted is intended only for the person or entity to which it 
is addressed.  If you are not the intended recipient, dissemination or copying 
of this email is prohibited.
If you have received this in error, please notify us by forwarding this email 
to the following address: [EMAIL PROTECTED] , and then delete the email 
completely from your system.
This email and any attachments have been scanned for computer viruses by a 
market leading anti-virus system. However, it is the responsibility of the 
recipient to conduct its own security measures. No responsibility is accepted 
by ROOM Solutions Limited for loss or damage arising from the receipt or use of 
this email and any attachments.
No responsibility is accepted by ROOM Solutions Limited for personal emails.
ROOM Solutions Ltd, http://www.roomsolutions.net
********************************************************************

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to