Posted by www.douglassdavis.com on 10/11/05 19:50
Carl wrote:
> Are you including the include file in the global scope, outside of any
> classes/methods?
> Are you defining the variable you are attempting to access in the global
> scope as well?
> Post the code that doesn't work, not the one that does.
>
> Carl.
that's the code that doesn't work. It doesn't work when included, does
work when it is in a standalone file.
But thanks for the help... I thought i had included it from the global
scope, but, turns out i had included it from another scope previously
some where else in the code.
[Back to original message]
|