i have been trying to subtract two longs but the answer is always 0 heres what i do
dim a as long, b as long
a = timer (say: 50046.5)
b = timer (say: 50047.9) - a
vb says b = 0 when it should be a 1.4 differance. is this vb error or mine? any way to get it working? thanks for any help