On Mon, Aug 04, 2008 at 05:48:32PM -0700, Jon Foster wrote:
> I figured out some of the issue is that apparently I can't see variables 
> in the parent procedure from a nested child procedure. At least not 
> completely all of the time. Is this a known limitation?

That is according to the language definition of the scopes. This is logical
since the scope of the child might not exist yet in the parent.

Or do you mean the other way around.
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to