Hi i have a function which i am including on multiple ASP pages via an include file and is been called on multiple pages.
However i wish to run a little bit of logic if a particular variable exists. however i dont want to have to go through and declare the varible on all my pages or remove the option explicit i have setup on my pages.
Is there a way to say if var exists then run code block?
Thanks
Angus
-Gus
However i wish to run a little bit of logic if a particular variable exists. however i dont want to have to go through and declare the varible on all my pages or remove the option explicit i have setup on my pages.
Is there a way to say if var exists then run code block?
Thanks
Angus
-Gus