View Single Post
Join Date: Sep 2007
Posts: 13
Reputation: megan-smith is an unknown quantity at this point 
Solved Threads: 0
megan-smith megan-smith is offline Offline
Newbie Poster

newline character

 
0
  #1
Sep 30th, 2007
what is a newline character and what does it do?
for example, what does " variable != '\n' " mean?

And is there any other way to write" if (variable != '0' && variable != '1' && variabel != '\n') "?
I've tried " if (variable < '0' && variable > '1' && variabel != '\n') " , but it wouldn't work.
thanks
Last edited by megan-smith; Sep 30th, 2007 at 7:06 pm.
Reply With Quote