From: Meinrad Recheis Date: 2006-02-28T19:50:55+09:00 Subject: Re: Stack level too deep ------=_Part_7129_14867535.1141123839399 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 2/28/06, Robert Klemme wrote: > > - change the way you store things to avoid such a deep recursion > [...] i now remember that i had a similar problem with a deep recursion and stack depth. i solved it by converting the recursive function into a while loop. you can transfor= m every recursion into a loop, but it will not be as easy to read anymore. -- henon ------=_Part_7129_14867535.1141123839399--