Hi,
What is the best way to declare public variables in an ASP script?
I tried including a .inc file as
< ! #include file = "testincl.inc" >
where testincl.inc contains
public str
But i still cannot access str as a public variable.
Thanks for any help.




Reply With Quote