Kevan Dettelbach <[EMAIL PROTECTED]> wrote: > What I ended up having to do is to write a simple floor function and apply > it carefully anywhere an integer variable was given a floating point value.
Hi Kevan, This floor function was suggested by Jonas Brink Wors�e <[EMAIL PROTECTED]>: on floor(x) return bitXor(x, 0) end floor Cheers, James [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
