Optional arguments
"Auric__" wrote:
joeu2004 wrote:
Dim n As Long
n = 30000 + 1000
[....]
30000 + 1000 won't (normally) result in overflow
[....]
The overflow *does* occur with 32000 + 1000
Yes, and that was my intent. A typo. Thanks for catching it.
|