> <cfset x = 10 mod 4> > <cfset y = 10.5 mod 4> > > In the above example, x and y both result in "2". > > Is this intended for OpenBD? In New Atlanta's BD, x would be 2 and y > would be 2.5.
Not for me it's not. On BD.NET 7,1,0,382, I get 2 for both. As do I on CF9.0.1. On Railo 9,0,0,1 I get 2.5. I would expect all these to conform with the way CF does it. -- Adam -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
