Index  Up  <<  >>  


record

CALL INFORMATION
No parameters.

The attribute hash reference is passed to the subroutine after the parameters as the last argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: no

Called Routine:

ASP/perl tag calls:

    $Tag->record(
        {
        }
    )
  
 OR
 
    $Tag->record($ATTRHASH);

Attribute aliases

            code ==> key
            column ==> col
            field ==> col

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>