in reply to Re^3: Using seek function to write out to top of file?
in thread Using seek function to write out to top of file?

fletch,

I finally tried out +<. That worked. I mean, I wouldn't have done it that way, but it worked with what the class asked for, for a procedure (using seek (filehandle,0,0) and truncate (filehandle, tell(filehandle)).

This was a good learning experience, albeit a very narrow one.

Thanks,

o2
  • Comment on Re^4: Using seek function to write out to top of file?