I need to have a custom type that includes a list. The following fails, complaining about a null pointer. What am I doing wrong?
Type xxxx( Name As String, Count As Int, myList As List )
Dim abc As xxxx
abc.myList.initialize <---- fails
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.