quadratic icon indicating copy to clipboard operation
quadratic copied to clipboard

Inequality comparison issue using <> logic

Open Bill2464 opened this issue 1 year ago • 1 comments

When attempting to use the not equal to logic "<>" in the formula portion of quadratic we get the following error:

Example Code: IF(C23 <> 1, 11, 22) Result: ERROR: colum 14 to 15: Expected expression

We think this is due to quadratic reading the less than sign (<) seperately from the greater than sign (>) rather than holistically as (<>)

Bill2464 avatar Apr 29 '24 19:04 Bill2464

Good catch, we'll get this fixed!

CleanShot 2024-04-29 at 14 13 48@2x

luke-quadratic avatar Apr 29 '24 20:04 luke-quadratic