Logo
REPORTER 22.1

Returning Variables From Programs

Returning variables from programs

To return a variable back to REPORTER output a line that take the form

VAR <NAME> VALUE="<value>" DESCRIPTION="<description>"
or
VAR <NAME> VALUE="<value>"

It will not inserted into the report as text but will be used to create a variable. See Creating a variable using an external program/script for more details.


Previous | Next