Hi Everyone,
I have seen coding like this:
Is there a way to do something like this:
It would make the coding easier to read if I can use a view name instead of a number.
I have seen coding like this:
B4X:
Activity.RemoveViewAt(3)
Is there a way to do something like this:
B4X:
Activity.RemoveViewAt(ReturnIndexNumber("MyView"))
It would make the coding easier to read if I can use a view name instead of a number.