On 09/04/2013 10:42 AM, Paolo Carlini wrote:
Indeed. I think the recursive part already does that, because only the first time is called complain == true (thus does exactly what the current code does), then when the recursion proper starts, complain == false.
Ah yes, I see.
Or you mean something else?
I was thinking that the recursive part could be a simple loop to set access, but your way is fine too.
Jason