If you type
into the Debug window you get 5, as expected. However if you do
you get 4. Is there a way to pass 1 and 0.2 as variables so that the calculation gives 5 as expected?
- Andy
___________________________________________________________________
If a man speaks in a forest and there are no women around to hear him - will he still be wrong?
Code:
?1/0.2
Code:
?Int(1/0.2)
- Andy
___________________________________________________________________
If a man speaks in a forest and there are no women around to hear him - will he still be wrong?