a quicky

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
 
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:
Back
Top Bottom