Skip to main content

Message / Tab

Syntax

Message text
Tab

Parameters

ParameterDescription
textThe literal text to insert into the output

Description

Message annotates results with literal text labels. Tab inserts a tab character between fields in the output. These commands are used together for custom-formatted output such as postcards or labels.

Remarks

  • When using Message, use No Column Headers and construct your own header layout manually.
  • Message prints the specified text literally at that point in the output line.
  • With HTML output (Destination *.html or Output Format HTML), Message can embed raw tags (e.g., <b>, <br>) for custom formatting.
  • Tab inserts a horizontal tab, useful for aligning fields in tab-delimited output.
  • Commonly used for producing mailing labels, post cards, or custom report formats.

Examples

Create a custom postcard layout:

No Column Headers
Message Dear
Print FirstName
Message , your finish time was
Print Time

Use Tab for delimited output:

No Column Headers
Print Name
Tab
Print Time