I am not sure how construct keep the numbers, but its probably as singed integer or long, which can hold numbers between –9,223,372,036,854,775,808 to 9,223,372,036,854,775,807, if you want anything larger than that you will have to keep it as a text(string) or somehow find a way to shorten it, because math operations with strings are rather hard.