G GallyHC Member Jun 1, 2008 #1 Hello, Obviously this way to write an "if" not working. Can you confirm this? If (tmp AND 1) = 0 Then End If If (tmp OR 1) = 0 Then End If Good day,
Hello, Obviously this way to write an "if" not working. Can you confirm this? If (tmp AND 1) = 0 Then End If If (tmp OR 1) = 0 Then End If Good day,
Erel B4X founder Staff member Licensed User Longtime User Jun 2, 2008 #2 Are you trying use bitwise operations?