We already have the ability to read text files (utf-8), and binary files...
Thoght binary files have positioning, its very dificult to know exactly were a datastream starts and ends, at least for me it is..
It would be of great help if we could read a specific line in a text file,
something like
FileReadLine(number)
and of course to get the number of lines a text file contains...
I know that, due to text wrapping, a file may apear to have more lines than it really has, so I'm aiming at the CHR(13) or crlf character as a end of line indicator...
Thoght binary files have positioning, its very dificult to know exactly were a datastream starts and ends, at least for me it is..
It would be of great help if we could read a specific line in a text file,
something like
FileReadLine(number)
and of course to get the number of lines a text file contains...
I know that, due to text wrapping, a file may apear to have more lines than it really has, so I'm aiming at the CHR(13) or crlf character as a end of line indicator...