Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
Table of Contents

Anchor
1154344
1154344
Syntax

echolog [value_1]... [_value_n]

Anchor
1154346
1154346
Description

Anchor
1154347
1154347
The echolog command writes text to the open log file.

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

Anchor
1154349
1154349
Parameters

Anchor
1124154
1124154

Parameter

Description

value_1

First parameter to echo.

value_n

Other parameter(s) to echo.

Anchor
1154393
1154393
Examples


Anchor
1154394
1154394
To write:

Tobeornottobe!Thatisthequestion.

Anchor
1154396
1154396
Execute:

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


Anchor
1154399
1154399
To write:

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

Anchor
1154401
1154401
Execute:

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


Anchor
1154404
1154404
To write:

1 + 1 = 2.

Anchor
1154406
1154406
Execute:

Panel
echo "1 + 1 = " <1 + 1>