Thread: Text Parser
View Single Post
  #1  
Old 05-07-2007, 08:59 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by Deadly_Killer View Post
Hmm. It may be better to do something like:

PHP Code:
while (temp.something.pos("@") > 0)
{
  
// stuff here.

Either way, cool
Didn't think of it like that thats a good idea. Could save alot of time too
Reply With Quote