MC-Basic:DetachFrom

From SoftMC-Wiki
Revision as of 11:16, 17 March 2016 by Miborich (talk | contribs) (Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= DetachFrom ''<task> <element name>'' |AVAILABILITY= 0.4.15.5rc9 |DESCRIPTION= Detach given element from the given task. Same functionali...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Detach given element from the given task. Same functionality as DETACH but from external context.

Syntax

DetachFrom <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