I figured it out last night. I use the STR function to right justify numbers
in a character format with the field width and the number of decimal places.
For example, STR(Paid_Amt, 15, 2) creates a 15 character text field that is
right justified and rounds the number to 2 decimal places.
Regards,
Rob
"Robert Hamilton" wrote:
Quote:
What is the best way to export decimal values to a fixed format text file, so
that the value is right justified as it should be? I'm getting values that
seam to be centered within the field, which makes no sense at all.
Help.
Regards,
Rob |