Index  Up  <<  >>  


seti

CALL INFORMATION
Parameters: name

Positional parameters in same order.

Pass attribute hash as last to subroutine: no

Interpolates container text by default>.

This is a container tag, i.e. [seti] FOO [/seti]. Nesting: NO

Invalidates cache: YES

Called Routine:

ASP/perl tag calls:

    $Tag->seti(
        {
         name => VALUE,
        },
        BODY
    )
  
 OR
 
    $Tag->seti($name, $BODY);

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>