Trouble in reading integer
Hello, everyone
In my project, I have to read integer such as "2148312002" or "2148312010"
Then if I read data like "2148312002" using Import Data
and I chose integer type for this value
Then the value changes to
2147483647 |
after reading this data. I guess any integer value greater than 2148312002 will change to 2147483647 But, if I read this data and change the type to polynominal, it is OK. However, I want to read stuff like "2148312002" as integer. So please find the reason why this happen for me Thank you and have a nice day |