Index  Up  <<  >>  


scratch

CALL INFORMATION
Parameters: name

Positional parameters in same order.

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->scratch(
        {
         name => VALUE,
        }
    )
  
 OR
 
    $Tag->scratch($name);

 

DESCRIPTION
Returns the contents of a scratch variable to the page. (A scratch variable is set with a [set] value [/set] container pair.)


Index  Up  <<  >>