T
Tim
Hi folks,
Is it possible to use a sub to change a module's variable
or constant?
For instant:
I have a sub called test that has variable strSalary =
1000 and Constant csName = "Tan".
I want to create another sub called test2 that can change
the variable and constant in test when it fire.
Is it possible? How?
Thanks in advance.
Tim.
Is it possible to use a sub to change a module's variable
or constant?
For instant:
I have a sub called test that has variable strSalary =
1000 and Constant csName = "Tan".
I want to create another sub called test2 that can change
the variable and constant in test when it fire.
Is it possible? How?
Thanks in advance.
Tim.