Hi Is there way to go to the start character of the the proceeding line while reading from a file. (Sth like working '\n' but immediately will take me one line down) Lets say; my file is abcdefghkl 123 23 43 54 12 3 34 56 77 .... .... .... For example when I am reading a specific line I would ...