gsr
10/08/2022, 6:41 PM<cfif ((e-1 % 2) + 1) mod 0>
</div>
</cfif>
Adam Cameron
<cfif>
there? Maybe output each parenthetical bit, to make sure each one is actually the value you expectAdam Cameron
writeDump({
"e-1" = e-1,
"e-1 % 2" = e-1 % 2,
"(e-1 % 2) + 1)" = (e-1 % 2) + 1),
" ((e-1 % 2) + 1) mod 0" = ((e-1 % 2) + 1) mod 0
})
See how I'm dumping each bit? One bit might make me go "hang on, what?", and it's where I start troubleshooting from.