This might seem like an odd question, but maybe my explanation will clear it up.
Is there any way of checking if an Object is available to use?
The scenario is this:
I want to use a class ie. set myVal = new MyClass
I want to know if the class "MyClass" is included in this ASP page.
We are using a lot of include files (that include other files and are included by other) and in some cases this page is included in pages where the "MyClass" have already been included and in other cases not. How do I know if it has been included or not?
Is there any way of checking if an Object is available to use?
The scenario is this:
I want to use a class ie. set myVal = new MyClass
I want to know if the class "MyClass" is included in this ASP page.
We are using a lot of include files (that include other files and are included by other) and in some cases this page is included in pages where the "MyClass" have already been included and in other cases not. How do I know if it has been included or not?