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'
Exactly my point, so why request it again when you already know that it's been requested previously. Erel already knows about this request as it's been requested at least twice if not three times previously???
It is not essential but it is comfortable and nice.
Thanks to the fact that the B4X text editor remembers the last variable you used, it is also convenient enough to write its name twice (MyVar = MyVar + 1)