4 Mar 2007 at 17:36 #1 drak3 drak3 Associate Joined 26 Jan 2006 Posts 1,502 ok, a simple loop in pseudo code, while not "new line" { read the next character and print on screen } And the question, How you tell is new line on M$ windows? '\n' doesnt work. thanks
ok, a simple loop in pseudo code, while not "new line" { read the next character and print on screen } And the question, How you tell is new line on M$ windows? '\n' doesnt work. thanks
4 Mar 2007 at 17:52 #3 drak3 drak3 Associate OP Joined 26 Jan 2006 Posts 1,502 Thanks, but how I check for '\n\r' ? I can check one escape sequence at a time not both. Unless there is another way..? thanks again. ps: I blame M$ for doing the most complicated thing again! Last edited: 4 Mar 2007
Thanks, but how I check for '\n\r' ? I can check one escape sequence at a time not both. Unless there is another way..? thanks again. ps: I blame M$ for doing the most complicated thing again!
4 Mar 2007 at 18:07 #5 drak3 drak3 Associate OP Joined 26 Jan 2006 Posts 1,502 Glad to see that ONLY M$ is the problem but how I will solve my problem with M$ Anyone?