home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 September
/
PCWorld_2000-09_cd.bin
/
Software
/
Topware
/
aspedit
/
_SETUP.1
/
counter1.asp
< prev
next >
Wrap
Text File
|
1998-07-02
|
198b
|
10 lines
<%
' Lock the Application object
Application.Lock
' Increment the count
Application("Count") = Application("Count") + 1
' Unlock the Application object
Application.Unlock
%>