if - then - else statement

  1. Sepehr_b

    Bug? Code execution skips my IFs !!!

    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...
  2. J

    Android Question For loop not going for Next

    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...
  3. J

    Android Question If - Then - Else Statement using Consonant or a vowel

    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...
Top