W
William Wolfe
I have a subroutine that calls two other subroutines, all in the same
module. The first subroutine has a varialbe "Column" that is use as a
column index. I also want to use this same variable in one of the
subroutines that the original subroutine calls. When I go to the subroutine
that is called, the variable "Column" is empty. How do I maintain the value
of "Column" between subroutines?
module. The first subroutine has a varialbe "Column" that is use as a
column index. I also want to use this same variable in one of the
subroutines that the original subroutine calls. When I go to the subroutine
that is called, the variable "Column" is empty. How do I maintain the value
of "Column" between subroutines?