got it, thank you! In a message dated 12/15/2005 10:40:22 AM Mountain Standard Time, [EMAIL PROTECTED] writes:
But since we don't return the actual number of nodes the function finds, there won't be any other way of determining how many of the array elements are occupied when the function returns. The code above takes the count and truncates the array to the amount determined by the recursive function. That way, we don't need to report how many elements are occupied in the array because the answer is always the same: all of them -- we've gotten rid of any elements that aren't full. __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
