Index  Up  <<  >>  


mvasp

CALL INFORMATION

Parameters: tables

Positional parameters in same order.

The attribute hash reference is passed after the parameters but before the container text argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

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

Invalidates cache: YES

Called Routine:

ASP/perl tag calls:

    $Tag->mvasp(
        {
         tables => VALUE,
        },
        BODY
    )
  
 OR
 
    $Tag->mvasp($tables, $ATTRHASH, $BODY);

Attribute aliases

            table ==> tables

 
DESCRIPTION

NO DESCRIPTION


Index  Up  <<  >>