Assign

From ArcoWiki
Revision as of 15:42, 2 August 2016 by Admin (talk | contribs) (Created page with " 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 by the varia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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