Sorry a bug slipped into the code: The if statment is fualty!!!
>RecursiveFunction(Recurs_Argument) >{ **** if (CHECK_IF_BREAK_CONDITION_IS_TRUE()) { ******* > return [breakConditionTrue]; > } > > else { > ProcessData([Recurs_Argument]); > RecursiveFunction([Recurs_Argument]); > } > > return [breakConditionFalse]; >} > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: >[EMAIL PROTECTED] > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]