Fulano Posted March 3, 2010 Posted March 3, 2010 (edited) First off, bots were nixed in a recent announcement - so you need to abstract this out to the point were we can help you. That being said: This code is redundant, TimerInit() just grabs a timestamp, and so at this point all three are nearly equal to each other.Global $timer = TimerInit() Global $timer2 = TimerInit() Global $timer3 = TimerInit() This is a problem too: While 1000000 While doesn't count down, so if you want to set up an infinite loop use something like this: While True But if you want to run something a certain number of times, try this: For $i = 0 to 1000000 Edited March 3, 2010 by Fulano #fgpkerw4kcmnq2mns1ax7ilndopen (Q, $0); while ($l = <Q>){if ($l =~ m/^#.*/){$l =~ tr/a-z1-9#/Huh, Junketeer's Alternate Pro Ace /; print $l;}}close (Q);[code] tag ninja!
c4mpi Posted March 3, 2010 Author Posted March 3, 2010 (edited) Thanks but still not fixed Edited March 3, 2010 by c4mpi
Fulano Posted March 3, 2010 Posted March 3, 2010 First off, bots were nixed in a recent announcement - so you need to abstract this out to the point were we can help you.Translation: We can't help you do this. #fgpkerw4kcmnq2mns1ax7ilndopen (Q, $0); while ($l = <Q>){if ($l =~ m/^#.*/){$l =~ tr/a-z1-9#/Huh, Junketeer's Alternate Pro Ace /; print $l;}}close (Q);[code] tag ninja!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now