Home > Contents > Index >
IsCounter
Tests for the existence of a counter.
Syntax
IsCounter.counterName
Returns
Returns
true
if counter exists; returnsfalse
if the counter does not exist.Example
<SETCOUNTER NAME="mycounter" VALUE="5"/> <IF COND="IsCounter.mycounter=true"> <THEN> Counter exists.<br/> </THEN> <ELSE> Counter does not exist.<br/> </ELSE> </IF>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.