Zuordnen: Unterschied zwischen den Versionen

Aus ArcoWiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „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 foll…“)
 
(kein Unterschied)

Aktuelle Version vom 1. Juni 2018, 08:41 Uhr

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