Jan 21, 2004 #1 RP001 Programmer Joined May 12, 2003 Messages 15 Location IN Hi I want to use Tab in my Tab using println e.g System.out.print("Today is" + /t + dayOfWeek); What is the trouble here??
Hi I want to use Tab in my Tab using println e.g System.out.print("Today is" + /t + dayOfWeek); What is the trouble here??
Jan 21, 2004 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB System.out.print("Today is\t" + + dayOfWeek); Ion Filipski Upvote 0 Downvote