Exporting to a text file - truncating trailing values

  • Thread starter Thread starter Julee
  • Start date Start date
J

Julee

I am having a problem exporting from a table to an ascii
file. In the table I can have a field size= double,
decimal places = auto. The values in this table field
don't have consistent size thus the auto setting for
decimal places. When I export the table data to a flat
file a value that is 1 is 1.0, a value that is 0.951 is
0.95, .765 is .76 and so on. I am more concerned about
truncating values than anything else. Does anyone have
suggestions or have you run into this issue? Thanks!
 
Back
Top