MC-Basic:RESETENTRYSTATION

From SoftMC-Wiki
Jump to: navigation, search
Language: English  • 中文(简体)‎

Stops endless loop in the specified entry station .

Short form

RESE

Syntax

RESETENTRYSTATION  Type = <entry station type value>

Availability

Since Version 3.7.x

Type

<entry station type value> :          Long

Range

<entry station type value> :      1 – Ethernet
                                           3 – Virtual Entry Station
                                           4 – Etherent2

Scope

Task, Terminal

Limitations

Write only. Designed solely to break endless loop, which can take place in library function directly called from command line. Useless in other cases.

Examples

-->resetentrystation type = 1

See Also