Re: Optimized verion of AddThousandSeparator




"Tommi Prami" <tommi.nospam.prami@xxxxxxxxxxxxxxxxxx> wrote in message
news:47fc6cc4$1@xxxxxxxxxxxxxxxxxxxxxxxxx

Can I force Thousand separators to it, even system has
not set any??? Without changing locale settings etc...

Have you read the documentation for FormatFloat() yet? It tells you how to
indicate that you want thousand separators to appear in the output. As for
the actual separator, the global ThousandsSeparator variable is used. If
your system does not define any separator, then the VCL defaults to the ','
character.


Gambit


.