“分配”的版本间的差异

来自ArcoWiki
跳转至: 导航搜索
(创建页面,内容为“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…”)
 
(没有差异)

2018年6月1日 (五) 08:40的最新版本

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