Just a very basic question that I am embarrassed to ask but will anyway. What does "%5.2f" mean, as in:<br><br>printf DATAFILE ("%5.2f",$Value);<br><br>It appears to be printing a space, but removing it gives a server error. I want to stop the space from being printed to the datafile, which is a flat database because it causes some minor import problems into my database application. This is a Linux server in case that makes a difference.<br><br>Thanks!<br>Don