The [B4X] CLVTree library example works well in B4A, But requires B4J 9.1+ But when you download the official full B4J it is version B4J 9.0. Where is B4J version 9.1
Thank you
It has been a while since the B4X language itself received new features. This update adds two new language features: - IIf - Inline If, also called ternary if as it is an operator with three arguments. Label1.Text = IIf(EditText1.Text "", EditText1.Text, "Please enter value") IIf is mostly...