Why does this result in a 0?
Code Block
Dim Intervalo as Ulong = 0
Dim Workers as Ulong = 110
Intervalo = 5000 / Workers
Timer1.Interval = Intervalo
Still intervalo = 0
And timer stays at 100 Interval as default. I don't get it! What I try to do is to lower the interval as the workers gets more of.

