Hi,
In my code, I came into that it skips (ignores) my IF conditions and executes the next line after that. I tried many parts and finally could make the IF condition visible to the compiler by adding a dummy function before IF conditions. see the code bellow :
Private Sub...
Hi
I have a code like this
If ..... Then
For i = 0 to List.Size - 1
If ..... Then
If .... Then
//do something
Else
//do something
End If
Else
If .... Then
//do something
Else
//do something...
If - Then - Else statement that determines if a given letter is a consonant or a vowel.Write an If - Then - Else statement that determines if a given letter is a consonant or a vowel.
Is this right?
Sub Globals
Private editText1 As EditText
Private btn1 As Button
End Sub
Sub btn1_Click...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.