C
CMcGrann
I am trying to export a table to create a file. I am trying to export a
fixed field length of 15 positions for a dollar amount. The field must have
leading zeros and if the amount ends with a zero (example 12.50) it must
contain the trailing zero(s). How to I accomplish this???
Field is: 12.50
I need: 000000000001250
fixed field length of 15 positions for a dollar amount. The field must have
leading zeros and if the amount ends with a zero (example 12.50) it must
contain the trailing zero(s). How to I accomplish this???
Field is: 12.50
I need: 000000000001250