Hi. I need to be retrieve information far into a file without reading everything before it. Is there a way to do this? Current code is below.
Thanks,
Jeff Tibbitt
!ccccccccccccccccccccccccccccccccccccccc
program getcoord
integer i
real*4 xx(1000), yy(1000), zz(1000)
double precision...