L
luchshel
Want to export table to delimited text using a macro. The macro uses
Transfer Text, Export Delimited. It works but the export truncates a four
digit decimal field to two digits.
Table Record:
Field 1 (Text): 3011-52020
Field 2 (Decimal, 18,4,4): 1000.5555
Output Record
Field 1: "3011-52020",
Field 2: 1000.55
I need the four decimal places. Assistance would be appreciated.
Transfer Text, Export Delimited. It works but the export truncates a four
digit decimal field to two digits.
Table Record:
Field 1 (Text): 3011-52020
Field 2 (Decimal, 18,4,4): 1000.5555
Output Record
Field 1: "3011-52020",
Field 2: 1000.55
I need the four decimal places. Assistance would be appreciated.