Difference between revisions of "MC-Basic:AttachTo/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} == 缩写 == == 格式 == AttachTo ''<element name> File = <task>'' == 可用版本 == 0.4.15.5rc9 == 描述 == 将指定的元素关联到指定的任务...")
 
Line 2: Line 2:
  
 
== 缩写 ==
 
== 缩写 ==
 
  
 
== 格式 ==
 
== 格式 ==
 
AttachTo ''<element name> File = <task>''
 
AttachTo ''<element name> File = <task>''
 
  
 
== 可用版本 ==
 
== 可用版本 ==

Revision as of 06:09, 17 April 2017

语言: [[::MC-Basic:AttachTo|English]]  • [[::MC-Basic:AttachTo/zh-hans|中文(简体)‎]]

缩写

格式

AttachTo <element name> File = <task>

可用版本

0.4.15.5rc9

描述

将指定的元素关联到指定的任务中,与 ATTACH 功能相同,但是可以从外部获取。

类型

<task>: 文件规范,包括文件名和后缀名。
<element>: 元素规格可以是轴,轴组或机器人。

范围

<task>: 文件必须存在于闪存盘上。

单位

默认

使用范围

Task or Terminal

限制

例子

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

or

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

参见