I've read the delphi help and it seems this function can only used to format string. FormatFloat maybe can help too, but I still not figure out the format parameter to use to achieve the output that I want.
Thx anyway ^^ --------------------- CoolKid K-Qha http://kha.web.id --------------------- --- On Sun, 8/10/08, Jeremy Grand <[EMAIL PROTECTED]> wrote: From: Jeremy Grand <[EMAIL PROTECTED]> Subject: RE: [advanced_delphi] FloatToStrF without zero padding To: advanced_delphi@yahoogroups.com Date: Sunday, August 10, 2008, 11:11 PM How about function Format(const Format: string; const Args: array of const): string; overload; You'll find this in sysutils.pas. Jeremy