Does b4a support in operator like SQL IN OPERATOR?
for Example:
Instead of:
thanks
for Example:
B4X:
If RoleName in ( "Val1", "Val2" ,"Val2" ) Then
'Go
End If
Instead of:
B4X:
If RoleName = "Val1" Or RoleName = "Val2" Or RoleName = "Val2" Then
'Go
End If
Last edited: