Hello Guys. I am new with programming with B4A + programming at all. I have a simple question:
I am using the Designer and have now 4 Radiobuttons plus an Ok-Button.
Is it possible somehow that both work together with an "AND". like this:
Sub Globals
Private Button1 As Button
Private OK As Button
Private Radiobutton1 As RadioButton
End Sub
Sub Button1_Click
If Button.Button1 = True AND RadioButton.Radiobutton1 = True Then Msgbox ("Button1 Click","")
End Sub
Thanks in advance
Manuel
I am using the Designer and have now 4 Radiobuttons plus an Ok-Button.
Is it possible somehow that both work together with an "AND". like this:
Sub Globals
Private Button1 As Button
Private OK As Button
Private Radiobutton1 As RadioButton
End Sub
Sub Button1_Click
If Button.Button1 = True AND RadioButton.Radiobutton1 = True Then Msgbox ("Button1 Click","")
End Sub
Thanks in advance
Manuel