Hi,
I have an issue where the value returned from FloatToStrF for the same data input is different for different systems.
Even a hint of issues with floattostrf.
Running the same app on one system (network & pcs) is returning :
output input
1e-130 1e-130, Exponential, 5, 2
1e-18 1e-18, Fixed, 24, 24
1e-10 1e-10, Fixed, 15, 14
1e-10 1e-10, Exponential, 5, 2
Other Network & pcs running the same app with same data:
0 1e-130, Exponential, 5, 2
0 1e-18, Fixed, 24, 24
1e-10 1e-10, Fixed, 15, 14
1e-10 1e-10, Exponential, 5, 2
Past -10 we get zeros.
All pcs are windows xp, various processors that handle xp, good amounts of memory, windows server networks, bandwidth may be different. The other network has extreme security, they guard against anything.
Please any help.
Thanks,
Mary
I have an issue where the value returned from FloatToStrF for the same data input is different for different systems.
Even a hint of issues with floattostrf.
Running the same app on one system (network & pcs) is returning :
output input
1e-130 1e-130, Exponential, 5, 2
1e-18 1e-18, Fixed, 24, 24
1e-10 1e-10, Fixed, 15, 14
1e-10 1e-10, Exponential, 5, 2
Other Network & pcs running the same app with same data:
0 1e-130, Exponential, 5, 2
0 1e-18, Fixed, 24, 24
1e-10 1e-10, Fixed, 15, 14
1e-10 1e-10, Exponential, 5, 2
Past -10 we get zeros.
All pcs are windows xp, various processors that handle xp, good amounts of memory, windows server networks, bandwidth may be different. The other network has extreme security, they guard against anything.
Please any help.
Thanks,
Mary