Refer to
I like to take this opportunity to again request for 'inline add/subtract'
now:
a = a + 1
b = b - 1
c = c * 2
request:
a ++
b --
c *= 2
New feature - inline casting
Dim Buttons As List = Array(Button1, Button2, Button3, Button4, Button5) Dim btn As B4XView = Buttons.Get(1) btn.Text = "boring" Buttons.Get As B4XView(2).Text = "less boring" Button5.Text = Buttons.Get As B4XView(2).Text Dim m As Map = CreateMap("ttt": " 123 ;lkasd ") Button4.Text = m.Get...
www.b4x.com
I like to take this opportunity to again request for 'inline add/subtract'
now:
a = a + 1
b = b - 1
c = c * 2
request:
a ++
b --
c *= 2