Hi,
I have a strange problem.
I am trying to write some values in an array that is
located in a subroutine in a different file from the file tha t contains the main program.When the program tries to access the array I am getting an access violation error.If I move the subroutine in the same file with the main program I have no problem but I really need to run it separatelly.
Any ideas will be helpful
I have a strange problem.
I am trying to write some values in an array that is
located in a subroutine in a different file from the file tha t contains the main program.When the program tries to access the array I am getting an access violation error.If I move the subroutine in the same file with the main program I have no problem but I really need to run it separatelly.
Any ideas will be helpful