S
stetat
I am having problems with the results of calculations i am
doing. I am trying to round the result down to the nearest
single number using the below formula which works fine
with positive numbers, but with negative numbers it round
up (eg -1.923 to -2)
intNewValue = Int(Value1/Value2)
Can anyone help
Thank You
doing. I am trying to round the result down to the nearest
single number using the below formula which works fine
with positive numbers, but with negative numbers it round
up (eg -1.923 to -2)
intNewValue = Int(Value1/Value2)
Can anyone help
Thank You