I need to export a table's information. My problem is that when I export numbers (ex. -4.5 and 1045) as a fixed-width, the resulting text file would look like:<br><br>-4.5<br>1045<br><br>I need file to look like:<br><br>000004500-<br>001045000<br><br>Can anyone assist?<br><br>Thank you in advance.