hi, just wondering if someone one plz tell me what this does...
WRITE (11,FMAT3) (ITEM(I), I = NSTAR,NSTOP)
so i realize there is an int array ITEM[]
11 is file descriptor for file,
CHARACTER*127 FMAT3
but i am not sure what is being written to file? is it FMAT3 or ITEM[]?
how what is the significance of FMAT3?
thanks in advance
WRITE (11,FMAT3) (ITEM(I), I = NSTAR,NSTOP)
so i realize there is an int array ITEM[]
11 is file descriptor for file,
CHARACTER*127 FMAT3
but i am not sure what is being written to file? is it FMAT3 or ITEM[]?
how what is the significance of FMAT3?
thanks in advance