I'll answer my own question... ;-)<br><br>for NNN.NN I need to make it %6.2lf and not %5.2lf. That seems to have fixed it<br><br>At Saturday, 09-11-2010 on 9:18 "Ricardo Kleemann" &lt;ricardo@americasnet.com&gt; wrote:<br><blockquote style="border-width: 0pt 0pt 0pt 2px; border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgb(34, 67, 127); padding: 0px 0px 0px 5px; margin: 0px 0px 0px 5px;">Hi,<br><br>I am using the typical printf formatting for printing out values, like %5.2lf<br><br>GPRINT:input:LAST:"Current\\: %5.2lf %s "<br><br>And this is using the standard fixed width font.<br><br>However it is not properly spacing the text so everything lines up. When I have a value NNN.NN and NN.NN they are not lining up. Shouldn't the %5.2lf ensure that the numbers are properly spaced and right-justified?<br><br>thanks<br>Ricardo<br></blockquote>