<div dir="ltr"><div>Thanks Michael! I made a custom function that adds the + in case of a positive value.</div><div><br></div><div>Rgds ,Darius</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jun 27, 2018 at 9:02 AM Michael Van Canneyt <<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On Wed, 27 Jun 2018, Darius Blaszyk wrote:<br>
<br>
> Hi,<br>
><br>
> I have the following format specifier in C : %+.05f. What would be the FPC<br>
> equivalent?<br>
><br>
> A float is printed like this: -0.70711<br>
><br>
> The specified '+' will explicitly print out the sign for the float<br>
> independent if it is a positive or negative.<br>
<br>
It should be %.5f in FPC.<br>
But the + cannot be mimicked. FPC does not have this option.<br>
<br>
Michael.<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer" target="_blank">http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a></blockquote></div>