Hi,
I am getting the error "overflow", when I assign a variable of type double a number >32,000. What is going on?
dim guess as double
guess = 73000 'no overflow error
guess = 73 * 1000 'gets an overflow error
I remember this error happening in the past.
I am getting the error "overflow", when I assign a variable of type double a number >32,000. What is going on?
dim guess as double
guess = 73000 'no overflow error
guess = 73 * 1000 'gets an overflow error
I remember this error happening in the past.