Other B4R v3.90 is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4R v3.90 is available for download: https://www.b4x.com/b4r.html
This update adds some of the recent features introduced in the other tools.
  • IDE performance improvements.
  • IIf (Inline If) and As (inline casting). Note that in B4R it is recommended to explicitly set the the type when using IIf as it is more efficient:
    B4X:
    Dim x As Int = IIf(y > 10, 17, 7).As(Int)
  • Bug fixes, including the issue with the latest version of ESP8266 SDK, and other minor improvements.
 
Top