Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ASP Counters Component Remove Method

The Remove method takes the name of a counter, removes the counter from the Counters object, and deletes the counter from the Counters.txt file.

Arguments: ASP Counters Component Remove Method

CounterName

A string containing the name of the counter.

Examples: ASP Counters Component Remove Method

The following code removes the counter hitscounter from the counters.txt file.

<% Counters.Remove(hitscounter) %>

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.