Difference between revisions of "MC-Basic:PrintPoint"

From SoftMC-Wiki
Jump to: navigation, search
(in construction)
(No difference)

Revision as of 13:49, 13 August 2019

Syntax

PRINTPOINT

Availability

FirmWare 0.4.20.1 and newer

Type

< (DetectOverflow)Expression>: Long

Range

< (DetectOverflow)Expression>: 0 or 1

Scope

Configuration, Task or Terminal

Limitations

Variables defined within a task may be queried from outside the task (for example, from the terminal) only when the task is idle. Within a task, local variables are only available if the task is idled in a section of code wherein the local variable was declared.

See Also