nouraaa
Programmer
- Apr 12, 2013
- 5
i didn't get what does read statement do in this case?:
int x
read(textpart(2*i-1),'(f20.0)',iostat=istat) x
textprat is an array of char*
istat is an integer
anyone could help please?
int x
read(textpart(2*i-1),'(f20.0)',iostat=istat) x
textprat is an array of char*
istat is an integer
anyone could help please?