i would like this to work without declaring the object newlist
code that is needed now
inside subs it should not be to difficult to implement it right?
no need for a global object.
can this be done?
thanx
B4X:
newlist.As(List).AddAll(l)
Log(newlist.Size)
code that is needed now
B4X:
Dim newlist As List
newlist.Initialize
newlist.AddAll(l)
Log(newlist.Size)
inside subs it should not be to difficult to implement it right?
no need for a global object.
can this be done?
thanx