READ (11,FMAT3,END=20) (ITEM(J), J = 1,NI)
ok so 11 is file descriptor, FMAT3 & ITEM[] are variable in my program,
so would someone explain what the read operation is doing?
i mean, how are FMAT3 & ITEM[] related to the file read operation. are contents of the file stored in array ITEM[] or in FMAT3?
ok so 11 is file descriptor, FMAT3 & ITEM[] are variable in my program,
so would someone explain what the read operation is doing?
i mean, how are FMAT3 & ITEM[] related to the file read operation. are contents of the file stored in array ITEM[] or in FMAT3?