I don&#39;t remember reading in the original post that Vikas needed the function in a multi-threaded app?<br>In fact, the original FloatToStrF that Vikas used in his original post is the non-threaded version, so I think it is reasonable to assume that he was using it in a single threaded fashion. But thanks for pointing out how useless <b>Format ( Const Formatting  : string; Const Data  : array of
const) : string; </b>is for multi-threaded situations.<br><br>Regards,<br>Colin<br><br><div class="gmail_quote">On 4 March 2010 08:07, Cameron Hart <span dir="ltr">&lt;<a href="mailto:Cameron.Hart@flowsoftware.co.nz">Cameron.Hart@flowsoftware.co.nz</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">And completely useless when it comes to multiple threads...<br>
<br>
Atleast use the thread safe version<br>
<br>
function Format ( Const Formatting  : string; Const Data  : array of<br>
const; FormatSettings  : TFormatSettings ) : string;<br>
<br>
<br>
<br>
Cameron Hart | Development Manager | Flow Software Limited<br>
P: +64 9 476 3579 | M: +64 21 222 3569 | E:<br>
<a href="mailto:cameron.hart@flowsoftware.co.nz">cameron.hart@flowsoftware.co.nz</a><br>
PO Box 305-237, Triton Plaza, Auckland 0757, New Zealand |<br>
<a href="http://www.flowsoftware.co.nz" target="_blank">www.flowsoftware.co.nz</a><br>
<br>
This message is intended for the addressee named above. It may contain<br>
privileged or confidential information. If you are not the intended<br>
recipient of this message you must not use, copy, distribute or disclose<br>
it to anyone.<br>
<br>
Please consider the environment before printing this email<br>
<div><div></div><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:delphi-bounces@delphi.org.nz">delphi-bounces@delphi.org.nz</a> [mailto:<a href="mailto:delphi-bounces@delphi.org.nz">delphi-bounces@delphi.org.nz</a>]<br>
On Behalf Of Colin Johnsun<br>
Sent: Thursday, 4 March 2010 9:44 a.m.<br>
To: NZ Borland Developers Group - Delphi List<br>
Subject: Re: [DUG] Need help in format function<br>
<br>
Hey Phil :)<br>
<br>
You beat me too it!<br>
<br>
It&#39;s clean, readable and concise.<br>
Plus there&#39;s no mucking around with strings!!<br>
<br>
+1 from me :)<br>
<br>
cheers, Colin<br>
<br>
On Thursday, March 4, 2010, Phil Scadden &lt;<a href="mailto:p.scadden@gns.cri.nz">p.scadden@gns.cri.nz</a>&gt; wrote:<br>
&gt; I think it easier to do format( &#39;%.2f&#39;, [trunc(value*100)/100]);<br>
&gt;<br>
&gt;<br>
&gt; Notice: This email and any attachments are confidential. If received<br>
in error please destroy and immediately notify us. Do not copy or<br>
disclose the contents.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; NZ Borland Developers Group - Delphi mailing list<br>
&gt; Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
&gt; Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
&gt; Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with<br>
Subject: unsubscribe<br>
&gt;<br>
_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject:<br>
unsubscribe<br>
<br>
_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject: unsubscribe<br>
</div></div></blockquote></div><br>