MC-Basic:REDIRECTSTDOUT

From SoftMC-Wiki
Revision as of 13:43, 22 August 2019 by Rasty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Redirects the printouts from the parent entry station of a task to the specified entry station.
The ES number can be found at:

if optional <task name> is left empty, redirect applies to the current task.

Syntax

RedirectStdOut{ <task name>} NewStdOut=<es number>

Availability

Since Version 3.7.x

Type

<es number> : Long

Scope

Configuration, Task, Terminal

Examples

RedirectStdOut  Job1.prg  NewStdOut=1

See Also