T
tshad
I have a class with a variable employeeID as global variable.
I also have a subroutine that uses the same name:
Sub GetEmployee(employeeID as String)
Get the data
Assign the Global variables.
End sub
I want to assign the Global variable to the local variable. Is there a way
to do this easily without changing the name. I know there is a way to
reference the global variable but I can't remember what it is.
Thanks,
Tom
I also have a subroutine that uses the same name:
Sub GetEmployee(employeeID as String)
Get the data
Assign the Global variables.
End sub
I want to assign the Global variable to the local variable. Is there a way
to do this easily without changing the name. I know there is a way to
reference the global variable but I can't remember what it is.
Thanks,
Tom