Not at all. Effectively, integer means with no trailing decimals.
In other languages, integer = xnum/ynum with a real result would be interpreted as
integer=Int(xnum/ynum)
Here it is apparently integer=round(xnum/ynum,0)
Different kettle of fish altogether.
DerFarm




Reply With Quote