From: Robert Klemme Date: 2006-03-25T01:23:52+09:00 Subject: Re: scope issue of variable in iterator Mohammad Khan wrote: > When we are enjoying the freedom of using variable without > declearation, we are also loosing control over scope. What exactly are you trying to convey? I don't see how the absence of variable declarations makes a difference with regard to scoping. By deciding where to use a variable I have exact the same control as in other languages. Kind regards robert