I have the following condition:
(tid < 1 && fid < 1) || (tid > 0 && fid > 0)
But it displays incorrectly:
How to fix it?
Community Page
Last updated:
Last updated:
I have the following condition:
(tid < 1 && fid < 1) || (tid > 0 && fid > 0)
But it displays incorrectly:
How to fix it?