MC-Basic:PROGRAMNAME

From SoftMC-Wiki
Revision as of 08:16, 11 September 2023 by Hallel (talk | contribs) (Added reference to MC-Basic:SCOPE)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

This query returns a string containing the name of the querying task. ProgramName can only be used for the querying task, and cannot refer to another task.

Syntax

?PROGRAMNAME

Availability

Version 4.0.15 and above.

Type

String

Range

.

Default

.

Scope

Configuration, Task or Terminal

Limitations

Read Only. Task must be loaded in memory.

Examples

? ProgramName

See Also