MC-Basic:AttachTo$
Language: | English • 中文(简体) |
---|
Attach the given element to the given task. Same functionality as ATTACH but from external context.
Syntax
AttachTo$ <element name> File = <task name>
Availability
0.4.15.5rc9
Type
<task name >: String containing File specification, including file name and extension.
<element>: Element specification can be axis, group or robit.
Range
<task name >: 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 a16 File = ttt.prg -->detachfrom a16 File = ttt.prg -->