dwelsh
|
| Posted: 06/11/2003, 6:39 AM |
|
Is there a way to create our own global variables, would adding more Session variables work?
Or is there a way to create custom classes and easily add them to your project.
And where would be a good place to do this with your project?
Im using CCS 2.0.6.11, ASP and VBScript.
dwelsh
|
|
|
 |
rrodgers
|
| Posted: 06/11/2003, 11:27 AM |
|
Yes,
First thing I do for any new project is include my one stuff.
%>
<!-- #INCLUDE FILE="scCommon.asp" -->
<%
I put these lines in the first white space after the
'End Include Files
And before the
'Script Engine Version Check @0-A118D8E9
Add what ever you wish to your include file. I have global variables, classes, simple functions and subs.
rob
|
|
|
 |
dwelsh
|
| Posted: 06/11/2003, 2:59 PM |
|
Thanks I will give this a try.
dwelsh
|
|
|
 |
|