Home > Contents > Index >
REMOVEVAR
Deletes a variable.
Syntax
<REMOVEVAR NAME="VAR_NAME
"/>Parameters
NAME (required)
- Name of the variable to remove.
Description
The
REMOVEVAR
tag deletes a variable. After a variable is removed it is no longer defined for the processing of the page and its value cannot be referenced. For more information about variables, see the Sites Developer's Guide.Error Numbers
There are no possible
errno
for this tag.Example
This example removes the variable
"myvar"
:
<REMOVEVAR NAME="myvar"/>See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.