Is there a way to work with numbers that are larger than VBScript’s Long?
Long‘s range is -2,147,483,648 to 2,147,483,647 and we need to work in an asp page with larger numbers.
We cannot work with strings and we need to sum it and do some other calculations.
See here for the available data types: VBScript Data Types
Currency,Single, andDoubleshould all work for you.