Code: Select all
( true || bool = false)
( true | bool = false)
Maybe I miss something but I think it should be changed to the following:
Code: Select all
( true || (bool = false))
( true | (bool = false))
Moderators: Site Manager, fjwalraven
Code: Select all
( true || bool = false)
( true | bool = false)
Code: Select all
( true || (bool = false))
( true | (bool = false))
Users browsing this forum: No registered users and 14 guests