Other Problem with DXLImporter

Sorry, I have a New Problem!

If I import an DXL-File, I create some Tables!

My Problem is, that after import some numbers are false, that means 0,2083 → 0,2076 and 0,5729 → 0,5722!

But other numbers are correct imported, for example: 2; 2,0021 and 0,125 …

My Question is, wherefrom came this difference?

Or on which rule based it!

To beome this numbers, I export the new created document and look in the DXL-Text.

I hope, someone can help me, about this.

Subject: Other Problem with DXLImporter

I guess those numbers are inches. It converts to twips (× 1440) and truncates the value instead of rounding correctly. On converting back (÷ 1440), you sometimes lose a twip. For example:0.2083 in → 299.952 twips → 299 twips → .2076 in

Subject: RE: Other Problem with DXLImporter

Thanks!!!

This art of answer I hope to become!!! :slight_smile:

So I can prognosticate, which number will be change and can it prevent.