Hi
I try to compare a string with the content of one EditText
But the code refuse to continuous inside If / End If
The result of the Log is correct as you can see below.
Why?
I try to compare a string with the content of one EditText
But the code refuse to continuous inside If / End If
The result of the Log is correct as you can see below.
Why?
B4X:
Dim EmailTxt As EditText
Dim Local_Email As String
Log(EmailTxt.Text & " = " & Local_Email)
If EmailTxt.Text = Local_Email Then
Wait For (CallSub(Me, "ChangePass")) Complete (Result As Boolean)
........
End If