Hi, is it Unix which uses only one to delimit text lines? I can't recall... (Senile decay?) :toothy
If an app were to parse lines of any ASCII text file, is it safe to assume the linefeed will always be the last character of each line?
Windows(LF+CR)
Unix(LF)
Mac(CR)
IMO you must write a func that will determine it...no assumption is save :)
The order for DOS and Windows is actually CR+LF.
Yep my mistake sorry, order really is important... :green