Home > Contents > Index >
IsList
Tests for the existence of a specific list.
Syntax
IsList.listName
Returns
Returns
true
if the list exists; returnsfalse
if the list does not exist.Example
<SELECTTO FROM="mytable" LIST="mylist"/> <IF COND="IsList.myList=true"> <THEN> The list exists.<br/> </THEN> <ELSE> The list does not exist.<br/> </ELSE> </IF>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.