#ECHO
Syntax
#ECHO(Text)
Parameters
- Text - Text string or cScript expression that evaluates to a text string.
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.')