View Single Post
  #2  
Old 12-04-2008, 04:37 AM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by Tigairius View Post
PHP Code:
    }else {
      
temp.positions str.positions(del);
      
temp.output.add(str.substring(positions[1] + 1));
      break;
    }
  } 
That's exactly what I was looking for. Thank you, Tig. Though, for anybody thinking about using the script Tig provided: it's not the complete explode() function, as in PHP. I'll release mine publicly as soon as I finish it.
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote