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