Message / Tab
Syntax
Message text
Tab
Parameters
| Parameter | Description |
|---|---|
text | The 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, useNo Column Headersand construct your own header layout manually. Messageprints the specified text literally at that point in the output line.- With HTML output (
Destination *.htmlorOutput Format HTML),Messagecan embed raw tags (e.g.,<b>,<br>) for custom formatting. Tabinserts 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