b4a 12.0

  1. V

    Android Question How to remove item at position from array ?

    Hi all, I want to remove item at position from array, for example: Dim a() As String = Array As String("abc","de","fgh") Now item at position 1 will be removed, I want to get: a=("de","fgh") How to do this? Thanks.
  2. A

    Android Question Two versions of B4A

    Hi all. Is it possible to have two versions of B4A - 11.80 and 12.0? I'm using Android 10 phone LGE LM-Q 720 phone. My app (Default) works fine if it's compiled in 11.80 but behaves strangely after I compiled it 12.0. No crash, no errors. For example - on Activity the user selects a line...
Top