i've programed classes in C++ where you can have functions that are specific to the class and have access to all the variables in the class.
how would i need to setup a Sub that would have access to these variables?
i want something along the lines of
![]()
Private Sub DrawAddOne(ByVal a As Integer) m_Draw(a) = m_Draw(a) + 1 End Sub
Bookmarks