Home > Contents > Index > 
IsColumn
Tests for the existence of a column in a list.
Syntax
IsColumn.listName.columnNameReturns
Returns
trueif the column exists; returnsfalseif 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 by FatWire Software
All rights reserved.