View Single Post
  #1 (permalink)  
Old 01-21-2008, 06:54 PM
eva eva is offline
Member
 
Join Date: Dec 2007
Posts: 49
eva is on a distinguished road
Escape sequence problem
I used new line and new tab escape sequence in the following line of code:

Code:
System.out.println("/n/t Test String");
Its not working - I get weird output:

Output:
Code:
/n/t Test String
Where I went wrong?

- PEACE
Reply With Quote
Sponsored Links