Recent content by FZK
-
F
How to pass array element form a subroutine to main function
Yes i will try myself...but can you help me how i can decleared common block array and how to acces it?- FZK
- Post #9
- Forum: Programming and Computer Science
-
F
How to pass array element form a subroutine to main function
Thanks for your reply actually programme was made by several programmers and i am also modify the same programme for my uses wher i want to use common block for transfering data from one subroutine to another subroutine. So please guide me how i can use it and acces it in another...- FZK
- Post #7
- Forum: Programming and Computer Science
-
F
How to pass array element form a subroutine to main function
Thanks for your nice reply...here i am sending the exact portion of my problem so please see that and comment on... In this programme i decleared bparz(1500) in a named common block statement like common/gammaz/bparz(0:1500)... Now i want to use these common block array elememts in main...- FZK
- Post #5
- Forum: Programming and Computer Science
-
F
How to pass array element form a subroutine to main function
yes i am unsing fortran. Please tell me in details... If you want programme i can post it here... Reply me- FZK
- Post #3
- Forum: Programming and Computer Science
-
F
How to pass array element form a subroutine to main function
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 go always a constant value in the array in the main function. Suppose i have one array bparz(i) which has different values in one...- FZK
- Thread
- Array Element Form Function Subroutine
- Replies: 14
- Forum: Programming and Computer Science