Stanislav Miklik wrote:
Selected text seems to me like neverending cycle. I don't see the way out and also variable l is always l<=0.
You are right for the l<=0. Fixed. As for the neverending cycle, I can't follow you: for (int i = 1; ; i++) { ... if (i == 10) { throw e; } } Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]