"Bill Cole" <sausers-20150...@billmail.scconsult.com> writes:
> On 20 Nov 2018, at 13:53, John Hardin wrote: > >> On Tue, 20 Nov 2018, micah anderson wrote: > [...] >>>> What it does do is prevent compiled rules from being installed. But >>>> as I >>>> said it's the decimal fractions that cause it to fail and the above >>>> rule doesn't need to contain decimal fractions. >>> >>> How can I do it without the fractions? >> >> Multiply everything by 10: (__rulename * 4) ...etc... > 10 > > Or replace every decimal fraction with an integer division, so '0.4' > becomes '(4 / 10)' oh, of course. I was thinking that these amounts contributed to the score, but they do not. Thanks for wiping away the grime from my brain. -- micah