Difference between revisions of "MC-Basic:PROGRAMNAME"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:PROGRAMNAME to MC-Basic:PROGRAMNAME: Global renaming of Axystems: namespace into (Main):)
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:PROGRAM ... END PROGRAM|PROGRAM ... END PROGRAM]]
+
* [[MC-Basic:PROGRAM ... END PROGRAM|PROGRAM ... END PROGRAM]]
  
 
[[Category:Axystems:MC-Basic:Task Control|PROGRAMNAME]]
 
[[Category:Axystems:MC-Basic:Task Control|PROGRAMNAME]]
 
}}
 
}}

Revision as of 08:39, 22 May 2014

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