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.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode