Hi guys
I'm breaking my head with the following problem:
A main file and a subroutine (saved in another file) share a module. This module was defined in the main file and is used in the subroutine.
If I call, in the subroutine, the values of a matrix or array declared in the module, I have no problem up to an array. In this case the when I try to build the project I get the error "This name has not been declared as an array", altough it has been indeed declared in the module as an array.
With only these few information can you guy give some hint?
Thanks in advance
I'm breaking my head with the following problem:
A main file and a subroutine (saved in another file) share a module. This module was defined in the main file and is used in the subroutine.
If I call, in the subroutine, the values of a matrix or array declared in the module, I have no problem up to an array. In this case the when I try to build the project I get the error "This name has not been declared as an array", altough it has been indeed declared in the module as an array.
With only these few information can you guy give some hint?
Thanks in advance