Comment by bandie91
3 months ago
i often want to write:
do {
offset = tell(filehandle)
} while(line = readline(filehandle))
{
print "line starts at offset: ", offset
}
3 months ago
i often want to write:
do {
offset = tell(filehandle)
} while(line = readline(filehandle))
{
print "line starts at offset: ", offset
}
No comments yet
Contribute on Hacker News ↗