View Single Post
  #5 (permalink)  
Old 05-06-2008, 04:28 PM
sukatoa's Avatar
sukatoa sukatoa is offline
Senior Member
 
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 518
sukatoa is on a distinguished road
Send a message via Yahoo to sukatoa
Quote:
String.format("%d\t%d\t%d\t%d\n", i, i*10, i*100, i*1000);
Have you tried also to put some whitespace?

Like,
Quote:
%d \t %d \t %d \t %d\n
Have you also test it like that?
__________________
A specific, detailed, simple, well elaborated, and "tested before asking" question may gather more quick replies. hopefully
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by sukatoa : 05-06-2008 at 04:33 PM.
Reply With Quote