T
TheIrishThug
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
Code:
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
Code: