MC-Basic:PrintPoint

From SoftMC-Wiki
Revision as of 13:49, 13 August 2019 by Guy (talk | contribs) (in construction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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