Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble with Tab

Status
Not open for further replies.

RP001

Programmer
May 12, 2003
15
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??
 
System.out.print("Today is\t" + + dayOfWeek);

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top