Thread
:
Time method
View Single Post
#
4
(
permalink
)
11-04-2007, 09:17 PM
hardwired
Senior Member
Join Date: Jul 2007
Posts: 1,124
Code:
private String space(int n) { String s = ""; for(int j = 0; j < n; j++) s += " "; return s; }
hardwired
View Public Profile
Send a private message to hardwired
Find all posts by hardwired