Home > Contents > Index > 
REMOVECOUNTER
Deletes a counter.
Syntax
<REMOVECOUNTER NAME="COUNTER_NAME"/>Parameters
NAME (required)- Name of the counter to remove.
 
Description
The
REMOVECOUNTERtag deletes a counter. After a counter is removed it is undefined and its value cannot be referenced.errno
The value of
errnois unchanged.Example
This example first sets a counter, uses it, then removes it.
<SETCOUNTERNAME="fred" VALUE="100"/> <INCCOUNTERNAME="fred" VALUE="200"/> Fred is <CSVARNAME="Counters.fred"/> <REMOVECOUNTER ="fred"/>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.