View Single Post
Old 09-05-2003, 12:32 AM  
Manie
Registered User
 
Join Date: Apr 2003
Location: The Netherlands
Posts: 12
-script open tag-
alpha = Array('a','b','c','d');
numm = Array('1','2','3','4');

for(x=0;x<alpha.length;x++) {
for(y=0;y<numm.length;y++) {
hahahahahahahahahahahahahahaha(alpha[x]+numm[y]+"<br>");
}
}
-script close tag-

just make the 'alpha' and the 'numm' array as long as your likeing.
Manie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote