MC-Basic:DetachFrom
Detach given element from the given task. Same functionality as DETACH but from external context.
Syntax
DetachFrom <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 a16 File = ttt.prg -->detachfrom a16 File = ttt.prg -->