Difference between revisions of "MC-Basic:task.TASKID"

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:task.TASKID}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 08:23, 2 May 2017

Language: English  • 中文(简体)‎

This query returns a Long value, indicating the unique task identification number .

May be queried  as from another task context , as  from the same task.

In case of  query from the same task  the task name is unnecessary.

Syntax

?<task>.TASKID

?TASKID

Availability

Version 4.0.22 and above.

Type

Long

Scope

Task or Terminal

Limitations

Read Only .Task must be loaded in memory

Examples

-->?Task1.prg.TaskID hex
-->0x7B6CEE0


Or from the Task1.prg :

program

'                                   ? TaskID hex ‘ should return 0x7B6CEE0

end program

See Also