WRITELINE

Windows Linux macOS

Syntax

WRITELINE <identifier>, <text>

WRITELINE CONSOLE, <text>

Description

Writes a line of text, terminated by a carriage return and line feed pair, to the file <identifier> starting at the current position in the file, or to the console.

OK

Set to false if the command fails.

Example

WRITELINE CONSOLE, MyApp 1.1 at @datetime(hh:nn dd mmm yyyy)

See also