Difference between revisions of "MC-Basic:REDIRECTSTDOUT$"
m (Miborich moved page Axystems:MC-Basic:REDIRECTSTDOUT$ to MC-Basic:REDIRECTSTDOUT$: Global renaming of Axystems: namespace into (Main):) |
|||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:REDIRECTSTDOUT$}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= |
Revision as of 08:58, 27 April 2017
Language: | English • 中文(简体) |
---|
Redirects the printouts from the parent entry station of a task to the specified entry station. The ES number can be:
1 – Ethernet
3 – Virtual Entry Station
4 – Etherent2
Syntax
RedirectStdOut$ <task name> NewStdOut=<es number>
Availability
Since Version 3.7.x
Type
<task name> : String
<es number> : Long
Scope
Task or Terminal
Examples
RedirectStdOut$ “Task1.prg” NewStdOut=1
Or
Common Shared Str1 as String
Str1 = “Task1.prg”
RedirectStdOut$ Str1 NewStdOut=1