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 > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.