Difference between revisions of "MC-Basic:AttachTo"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= AttachTo ''<task> <element name>'' |AVAILABILITY= 0.4.15.5rc9 |DESCRIPTION= Attach the given element to the given task. Same functionali...")
 
Line 30: Line 30:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Is not executed if the <''task''> has started.
+
 
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 11:14, 17 March 2016

Attach the given element to the given task. Same functionality as ATTACH but from external context.

Syntax

AttachTo <task> <element name>

Availability

0.4.15.5rc9

Type

<task>: File specification, including file name and extension.
<element>: Element specification can be axis, group or robit.

Range

<task>: The file must exist on the Flash Disk.

Scope

Task or Terminal

Examples

-->attachto$ "ttt.prg"  a16
-->detachfrom$ "ttt.prg"  a16
-->

or

-->attachto ttt.prg  a16
-->detachfrom ttt.prg  a16

See Also