Hi guys.

I want to transfer each elements of an array (which is declared in one subroutine)to main function using common block technique.
When i am doing so i am getting always a constant value for the declared commomn blockarray in the main function.

Suppose i have one array BPARZ(I) which has different values for all the values of I in a subroutine(1) , but when I want to transfer the whole array to main function using common block then it gives only constant value for all values of I.

So if anybody has some guidance then please guide me how to use COMMOMN BLOCK for array passing and how to access and store the values of the array