No, you can't access local var scoped vars from method A in method B,
and honestly you should not. It's bad design. If method B needs to know
something, the value should be passed to it, or, you should have another
method that will return it that you can call from method B.


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to