We know that the following blue statement are not allowed in VB6, why does VB6 have such a restriction?
MyClass.cls
These small limitations have caused me a lot of trouble.
MyClass.cls
Code:
Public Names() As String
Private Sub Class_Initialize()
ReDim Me.Names(10) As String
End Sub