and

  1. 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...
  2. H

    B4J Question AND in MongoDB

    Hello, I am trying to query a record from a collection, "employees". The query is to find a record which _id is 1 and the name is Dev. I used the statement below: Dim emplist3 As List = employees.Find(CreateMap("$and" : CreateMap("_id":1, "name":"Dev")),Null,Null) But it says something...
  3. S

    Android Question Capture streaming from hdmi ??

    Hi, i want to purchase b4A ide, but i want to know if is possible to develop my project. I need to create an app for tvbox that capture the streaming video from hdmi input port and see this streaming into app inside videoview for example. It's possible?
  4. MarkusR

    Bug? invalid description in LibraryCompiler.exe (v1.06) if docu contains & char

    Hello, i wonder why some documentation remarks above a sub / function in a library appear in ide as invalid description. it seems the & char inside of the remark block make trouble there. bad ok
Top