Big integers exported in scientific notation in XML
Big integers exported in scientific notation in XML
- Subject: Big integers exported in scientific notation in XML
- From: Bruce Sharpe <email@hidden>
- Date: Wed, 2 Sep 2009 17:29:17 -0700
I have just discovered that if a project contains a clip that has more than a million frames (4.6 hours at 60 fps would do it), then numbers like duration, in, out, etc. will be exported in the XML in scientific notation.
Example:
Expected value: <duration>1234567</duration>
Exported value: <duration>1.23457e+06</duration>
Aside from the fact that it messes up everyone who is expecting an integer there is a loss of precision. The difference between 1234567 and 1234570 frames could be important in some contexts.
Is this a known bug?
Bruce
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden