3 lines
106 B
VB.net
3 lines
106 B
VB.net
On Error GoTo 0
|
|
i = 2147483647 + 1 'Run-time error '6' : Overflow
|
|
Debug.Print i
|