Posted by Andrι Medeiros on 07/12/05 20:34
Please, PLEASE "Reply to All"!
Yes, you have to add something like
------------------------------8<-------------------------
while(true) {
// code here
if( $someConditionThatWillMakeMeExit ) {
break;
}
sleep(1); // to prevent excessive processor usage
}
------------------------------8<-------------------------
Navigation:
[Reply to this message]
|