G
Gary
Hi,
When ever i test the follwing the Overflow error -6 is occuring
sub test()
dim L as long
dim D as double
dim result as double
L=12112'any value
D=2^31
result= L and D
result= L or D
result= L or(not D)
end sub
It seems that the bitwise operator "or,Xor,And,Not" may not work on 32bit
number with signbit?
Please help !
Gary
When ever i test the follwing the Overflow error -6 is occuring
sub test()
dim L as long
dim D as double
dim result as double
L=12112'any value
D=2^31
result= L and D
result= L or D
result= L or(not D)
end sub
It seems that the bitwise operator "or,Xor,And,Not" may not work on 32bit
number with signbit?
Please help !
Gary