Skip to main content

Destination

Syntax

Destination target

Parameters

  • target: The destination for the output. Allowed values are:
    • Printer: Sends output to the default printer (default behavior if omitted).
    • Browse: Opens the database browser screen.
    • COMn: Sends streaming data to a serial port (e.g., COM3).
    • aIPAddress:port: Sends streaming data to a TCP/IP server (e.g., 192.168.1.100:23456).
    • [~]filename.ext (CSV, HTM, HTML, JSON, PDF, TXT, XML): Sends output to a file. If ~ is used, the file is saved in the current race folder.

Description

Directs the output of a listing to a specified target, such as a printer, a file, the screen browser, a serial port, or a network address.

Remarks

Using a filename will overwrite any existing file with the same name. Use Destination Append to add to a file instead.

An .htm / .html destination writes a complete HTML document (page width is set in Tools -> Preferences). For a quick browser preview of the current listing without writing a file, use F9 or right-click Output to browser. See also Output Format HTML.

Examples

To send results to a file named Results.txt in the race folder:

Destination ~Results.txt

To browse a subset of the database:

Select sex
EQ F
Destination Browse

To send results to a PDF file:

Destination ~MyResults.pdf