M
Mirka
I have the following problem, I have two modules, that means two macros, in
my application and there are some subroutines which are common and I was
trying to have them in only one module and to call them by module1.sub_name.
These subs change the value of a global variable which has purposely the same
name in both modules but I noticed that when I call them by that way the
value of the global variables do not change.
Does anyone know if I am doing something wrong or why is this happening? It
should be another way except of copying the subroutines in both modules,
right?
my application and there are some subroutines which are common and I was
trying to have them in only one module and to call them by module1.sub_name.
These subs change the value of a global variable which has purposely the same
name in both modules but I noticed that when I call them by that way the
value of the global variables do not change.
Does anyone know if I am doing something wrong or why is this happening? It
should be another way except of copying the subroutines in both modules,
right?