BOOL() function
Posted: Sun Mar 19, 2023 7:16 pm
I,m trying to run older 4.30 code, but now PB doesnt understand BOOL(). This doesn't work: BOOL(Yr % 400 = 0)
Expression is supposed to be false if Year modulo 400 is false, If I just delete BOOL the logic that relied on BOOL
seems to work, at least there are no errors reported.. ?
Expression is supposed to be false if Year modulo 400 is false, If I just delete BOOL the logic that relied on BOOL
seems to work, at least there are no errors reported.. ?