Hello,
I'm wondering what happends under the hood when you do
does this get inserted in the initialize sub as
?
It works fine that's not the point but I usually give vars their values in the runtime subs.
I'm wondering what happends under the hood when you do
B4X:
Dim var As string=somesub(string1) & string2
does this get inserted in the initialize sub as
B4X:
var=somesub(string1) & string2
?
It works fine that's not the point but I usually give vars their values in the runtime subs.