webCOMAND

#ECHO

Syntax

#ECHO(Text)

Parameters

Description

The #ECHO writes text to output.  When publishing, output is the file getting published.  When running from the command-line, output is the screen, also known as standard output or STDOUT.

Example 1

#ECHO('This is a text string.')

Result

"This is a text string" will be written to the publishing file or screen.