Re: Scope - import and globals

2007-05-30 Thread Tijs
HMS Surprise wrote: > > In the file snippet below the value for the global hostName is > determined at runtime. Functions imported from the parent baseClass > file such as logon also need access to this variable but cannot see it > the with the implementation I have attempted here. Use a class

Re: Scope - import and globals

2007-05-29 Thread Troels Thomsen
"HMS Surprise" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > > In the file snippet below the value for the global hostName is > determined at runtime. Functions imported from the parent baseClass > file such as logon also need access to this variable but cannot see it > the

Scope - import and globals

2007-05-29 Thread HMS Surprise
In the file snippet below the value for the global hostName is determined at runtime. Functions imported from the parent baseClass file such as logon also need access to this variable but cannot see it the with the implementation I have attempted here. Also, functions in this file and in the imp