View Single Post
Old 07-07-2012, 04:41 AM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,645
Thanks: 4
Thanked 2,450 Times in 2,419 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Works fine for me:
PHP Code:
        String a "some phrase";
        
String[] a.split(" ");
        
        for (
String s b)
        {
            
System.out.println("String part: " s);
        } 
So I'm not quite sure I follow you here?
Fou-Lu is offline   Reply With Quote