View Single Post
  #1  
Old 10-24-2008, 12:09 AM
Ronnie Ronnie is offline
Registered User
Join Date: Jun 2008
Location: Nj, USA
Posts: 48
Ronnie is on a distinguished road
Send a message via AIM to Ronnie
Tokenizing Problems.

PHP Code:
case "editplayer1":
guildfind params[1];
guildfound.loadlines("levels/guilds/guild"@guildfind@".txt");
pl.params[2];
 for(
temp.guildfound){
 
temp.vals temp.a.tokenize(":"); 
  if(
temp.vals[0] == pl.a){
  
//Where the help is needed!
  

 }  
break; 
SO basically if i'm tokenizing a line that was loaded into two parts and I have the script check if the name before the semicolon is the players account how would I find out the name after the semicolon?

Please and thank you.
-Ronnie
Reply With Quote