Home > Contents > Index >
IsObject
Tests if the given name is an object table.
Syntax
IsObject.objName
Returns
Returns
true
if the name is an object table; returnsfalse
if the name is not an object table.Example
<SETVAR NAME="tablename" VALUE="section"/> <IF COND="IsObject.Variables.tablename=true"> <THEN> This is an object table.<br/> </THEN> <ELSE> Sorry, not an object table.<br/> </ELSE> </IF>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.