分配

從 ArcoWiki
於 2018年6月1日 (五) 08:40 由 Slia (對話 | 貢獻) 所做的修訂 (创建页面,内容为“To '''Assign''' a value to a variable, in DMIS is not enough to use the character “=”, it is necessary to use the <code>ASSIGN/</code> command followed b…”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳到: 導覽搜尋

To Assign a value to a variable, in DMIS is not enough to use the character 「=」, it is necessary to use the ASSIGN/ command followed by the variable value.
The variable must be defined first.

$$ Assign text value to a string

TCDIRS=ASSIGN/'C:\Program Files\MyFolder\Data\'

$$ Assign numerical value to an integer

TCNSLT=ASSIGN/6