Hello,

I have a problem :

I would like a type of variable to go beyond 2,5 billion.

Type Size Range Minimum Precision*
var, fixed | 4 bytes | -1048577.999 to 1048576.999** | 0.001 | ~9
int, long | 4 bytes | -2147483648 to 2147483647 | 1 | ~10

With var and int I can't to go beyond 2,5 billion. what type of variable choose ?

Thanks in advance

Djfeeler

Last edited by djfeeler; 02/27/14 11:58.