Re: Optimized verion of AddThousandSeparator



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.


Just What I suspected, so I can't use that.

-TP-
.