On 23/08/14 21:13, Charles E Buchwald wrote: > So I'm thinking... > > function Floor pValue > if pValue < 0 then return trunc(pValue) - 1 > else return trunc(pValue) > end Floor > > Quite unnecessary when 'round' does the trick without any homegrown functions. Richmond.