if - then - else statement

  1. user404not found

    Android Question how can I work with unchecked radio button in B4A

    I have plenty of radio button and want to show a panel if one of them(just one radio button) checked and if it's unchecked that panel must hide for user how can I do it? I just realize the checked change dose not work when the radio button unchecked before that I write a if in that so if the...
  2. 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...
  3. 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...
  4. 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