Index  Up  <<  >>  


default

CALL INFORMATION
Parameters: name default set

ONLY THE name default PARAMETERS ARE POSITIONAL.

Pass attribute hash as last to subroutine: no

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: YES

Called Routine:

ASP/perl tag calls:

    $Tag->default(
        {
         name => VALUE,
         default => VALUE,
         set => VALUE,
        }
    )
  
 OR
 
    $Tag->default($name, $default, $set);

 

DESCRIPTION
Returns the value of the user form variable variable if it is non-empty. Otherwise returns default, which is the string ``default'' if there is no default supplied. Got that? This tag is DEPRECATED anyway.


Index  Up  <<  >>