Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Syntax

echolog [value_1]... [_value_n]









Description

The echolog command writes text to the open log file.

If a log file is not open, echolog issues an error.

Parameters

Parameter

Description

value_1

First parameter to echo.

value_n

Other parameter(s) to echo.

Examples


To write:

Tobeornottobe!Thatisthequestion.

Execute:


echolog To be or not to be! That is the question.


To write:

To be or not to be! That is the question.

Execute:


echolog "To be or not to be! That is the question."


To write:

1 + 1 = 2.

Execute:


echo "1 + 1 = " <1 + 1>
  • No labels