Difference between revisions of "MC-Basic:AttachTo"
Line 1: | Line 1: | ||
+ | {{Languages}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= |
Revision as of 06:03, 17 April 2017
Language: | [[::MC-Basic:AttachTo|English]] • [[::MC-Basic:AttachTo/zh-hans|中文(简体)]] |
---|
Attach the given element to the given task. Same functionality as ATTACH but from external context.
Syntax
AttachTo <element name> File = <task>
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 a16 File = ttt.prg -->detachfrom a16 File = ttt.prg -->
or
-->attachto ttt.prg a16 -->detachfrom ttt.prg a16