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 > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.