In the attached program there are three modules Main second and third.
Main calls second which calls third. Third passes values to second
which are set up in the Process Globals section of the modules in
these variables
Dim firstToPass As String
Dim secondToPass As String
They do not arrive at their destination. What am I doing wrong?
I am still a relative beginner so I expect it is something simple but I cannot find what it is.
Main calls second which calls third. Third passes values to second
which are set up in the Process Globals section of the modules in
these variables
Dim firstToPass As String
Dim secondToPass As String
They do not arrive at their destination. What am I doing wrong?
I am still a relative beginner so I expect it is something simple but I cannot find what it is.