Home > Contents > Index >
IsCatalog
Tests a list for the existence of a table (known previously as a "catalog" in earlier verisions of the product).
Syntax
IsCatalog.catalogName
Returns
Returns
true
if the table exists; returnsfalse
if the table does not exist.Example
The following code determines whether
PotentialCatalog
is indeed a table:<IF COND="IsCatalog.PotentialCatalog=true"> <THEN> table exists.<br/> </THEN> <ELSE> table does not exist.<br/> </ELSE> </IF>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.