Difference between revisions of "Assign"
From ArcoWiki
Line 8: | Line 8: | ||
<code><span style="color: green; text-decoration: none;">$$ Assign numerical value to an integer</span><br/></code> | <code><span style="color: green; text-decoration: none;">$$ Assign numerical value to an integer</span><br/></code> | ||
::<code>TCNSLT=ASSIGN/6<br/></code> | ::<code>TCNSLT=ASSIGN/6<br/></code> | ||
+ | |||
+ | [[Category:Dmis Tutorial]] |
Revision as of 13:53, 4 August 2016
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