| |
| Formatting and displaying integers with commas |
 |
How can I easily display an integer value with commas every three digits?
The following example demonstrates displaying an integer value with thousand separators. Note that the actual character used to separate the digits will depend on the local (country) system settings.
procedure TForm .Button Click(Sender: TObject);
var
i : integer;
begin
i := 2345678;
Memo .Lines.Add(FormatFloat('#,', i));
end;
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|