Closed LuminousXLB closed 1 year ago
@LuminousXLB Thank you for reporting this. You are exactly right with your guess about the script. We will deliver the fix with our next release soon.
BTW, the same bug is also in the scripts for 2-4 DEC and 4-16 DEC.
As in the figure below, the expected output is 7 but 1 is given.
Here's the script:
I guess the first line shall be changed to
var val = 1 * I0 + 2 * I1 + 4 * I2
to cast it to number instead of bool.