<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    ok, no i see may mistake: <br>
    <br>
    three symbols!!<br>
    <br>
    '#,##0.00' or '#,###.00'<br>
    <br>
    sorry!!<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 07.09.2015 17:55, Werner Pamler
      wrote:<br>
    </div>
    <blockquote cite="mid:55EDB36B.3060307@freenet.de" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <br>
      <blockquote cite="mid:55EDAF6A.10007@gmx.de" type="cite">
        thousandseperator := '|';<br>
        <br>
        FormatFloat('#,##.00', -10);<br>
        <br>
        result:<br>
        <b>|</b>-10,00</blockquote>
      <br>
      The behavior that you observe is a bit strange, maybe it is a bug.
      But you can avoid it by putting three symbols between thousand and
      decimal separator, i.e. use '#,##0.00' or '#,###.00'. <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>