
 |
 |
WebGroove is no longer supported. These docs are reference only. |
|

|

Mirror Tag
This Agent tag mirrors output to a file or an Agent variable.
 Examples
<mirror file=sample.out>

<mirror var={report:output}>

<mirror>

Syntax
This is a single tag.

| Attributes |
| file= | File to hold mirrored output |
| var= | Agent variable to hold mirrored output |
 Notes
To turn off mirroring prior to the end of the page, use a mirror tag with no other parameters. To output exclusively to the mirror without normal output, use the suppress system option in conjunction with this tag.
 Caution
When printing from within a perl tag, use the subroutines wgprint and wgprintf to respect the current mirror.
 More
 Agent System Options
 wgprint subroutine
 wgprintf subroutine
 See Also
 Groove Tag
 Show Tag
 Up To
 Agent Tags
 Complete Tag Reference
 WebGroove® is a registered trademark of Creativision Publishing Corporation
|
 |
|

|