Home > Contents > Index >
IsColumn
Tests for the existence of a column in a list.
Syntax
IsColumn.listName.columnName
Returns
Returns
true
if the column exists; returnsfalse
if the counter does not exist.Example
<SELECTTO FROM="mytable" LIST="mylist" WHAT="*"/> <IF COND="IsColumn.mylist.title=true"> <THEN> Column exists.<br/> </THEN> <ELSE> Column does not exist.<br/> </ELSE> </IF>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.