Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:removevar
Deletes a variable.
Syntax
<ics:removevar name="variable name"/>Parameters
name (required)- Name of the variable to remove.
 
Description
The
ics:removevartag 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 CS Developer's Guide.errno
The value of
errnois unchanged.Example
The following example removes the variable
"myvar":<ics:removevar name="myvar"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.