B4J Question How to write 2 condition if statement

Star-Dust

Expert
Licensed User
Longtime User
B4X:
If (Counter > 4) and (Name = "test") Then Log(Name & Counter)
 
Upvote 2
Top