Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cx_sy_conversion_overflow

Former Member
0 Likes
895

Why would the following error occur ?

overflow when converting from "1.37378e+11"


The value should have been 1.3737816000000c


Thanks

Poovizhi R

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
642

Please share the code you are using.

It could be like a data declaration error, where you do not have the right amount of decimals available for conversion.

/Martin

1 REPLY 1
Read only

Former Member
0 Likes
643

Please share the code you are using.

It could be like a data declaration error, where you do not have the right amount of decimals available for conversion.

/Martin