Thread: Write IF error
View Single Post
  #1 (permalink)  
Old 06-01-2008, 10:19 PM
GallyHC GallyHC is offline
Junior Member
 
Join Date: Jun 2008
Posts: 40
Default Write IF error

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,
Reply With Quote