Hi.
How can I include in my programs a function to read a specific line from a file? For example, read line 4 from a text file. Is there any API function that does this job?
Thanks
How can I include in my programs a function to read a specific line from a file? For example, read line 4 from a text file. Is there any API function that does this job?
Thanks
There is no such API. But you could do it yourself.
It's just a matter of reading CRLFs and stopping :)
Latigo
It's just a matter of reading CRLFs and stopping :)
Latigo