Hi m searer
I think this is not a conversion-bug. This is the way it works.
An integer-value in PB can store max value equal to 2 raised with 31 equals 2 147 483 648.
Values beyond that have to be long or ulong-declared.
Regards Vertigo
Hi m searer
I think this is not a conversion-bug. This is the way it works.
An integer-value in PB can store max value equal to 2 raised with 31 equals 2 147 483 648.
Values beyond that have to be long or ulong-declared.
Regards Vertigo