HTP

Source code: ref/unset.htp

Table of Contents
  htp.def
  macros.def
  htp.htt



<BLOCK syntax>
<unset macroname>
<unset macroname1 macroname2 ... >
</BLOCK>

<BLOCK synopsis>

<STRONG>UNSET</STRONG> removes (or deletes) a macro and it's definition.
The macro is subsequently not available for use in the pre-processed files.
(Note that simply redefining the macro with another <A HREF="set.html">SET</A> or
<A HREF="block.html">BLOCK</A> definition with the same name is acceptable.  The
old macro definition will be removed automatically.)
<P>
For example:

<htpcode>
    <unset email_addr>
</htpcode>

<P>
More than one macro may be removed in the same tag:

<htpcode>
    <unset email_addr home_url login_name>
</htpcode>

</BLOCK>

  page source
  htp project
  htp homepage
hosted by
SourceForge.net
HTML coding Powered by htp
htp on-line reference / http://htp.sourceforge.net/ref/
Authors: Jim Nelson, Jochen Hoenicke, Michael Möller.
Maintainers: Jochen Hoenicke.

Copyright © 1995-96 Jim Nelson.
Copyright © 2001-2003 Jochen Hoenicke.
Permission to reproduce and distribute this hypertext document granted according to terms described in the License section.

last updated Tue Feb 22, 2011