Hi,
I need to calculate some variables:
Dim intSubmap1 As Integer
Dim intSubmap2 As Integer
intDocID = 123
intSubmap1 = Int(intDocID / (256 * 256))
After running the last line i get a runtime error 6
verflow.
I ran it also in VB6,no problems.
What's wrong in this ?
Thanks !
I need to calculate some variables:
Dim intSubmap1 As Integer
Dim intSubmap2 As Integer
intDocID = 123
intSubmap1 = Int(intDocID / (256 * 256))
After running the last line i get a runtime error 6

I ran it also in VB6,no problems.
What's wrong in this ?
Thanks !