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>