Welcome
 Revisions
 Downloads »
 FAQ
 Tutorials »
 Reference »
  Contents
  Commands »
   Variables
   Selection
   Files
   Procedures
   Automation
   Expansions
   Cookies
   Testing
  Strings

Hitop Reference: Procedures

<@DEF NAME="procname">...</@DEF>

Defines a procedure. The procedure is called as <procname>. Parameters are passed as <procname param="value"> which would give a variable called param with the specified 'value' in the scope of the procedure's execution and below. Procedure definitions are always global.

<@UNDEF NAME="procname">

Removes the definition of a procedure. Any further reference to the procedure name will leave it untouched as normal HTML.

Last updated 2001-06-16