How to set variable to a huge number

All data types are stored as bits, and there is a maximum number that most can hold. Learn about the data types and their limitations from MSDN:https://msdn.microsoft.com/en-us/library/47zceaw7.aspx

Also see this answer:Is there any big integer class for Visual Basic .NET (128 or more bits)?

Leave a Comment