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.Error Numbers
There are no possible
errno
for this tag.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 > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.