My code:
Sub Globals
Private Label1 As Label
Private Label2 As Label
Private Label3 As Label
Private Label4 As Label
Private Label5 As Label
Private LLL() As Label
LLL = Array As Label (Label1,Label2, Label3, Label4, Label5)
End Sub
Sub Activity_Create(FirstTime As...
I need help doing this, if it is possible.
Some of my apps deal with arrays of views to facilitate processing. Erel strongly suggests using the Designer to declare views (rather than declaring in code) but I have not found a way or an example for how to do that.
TIA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.