Asignar

De ArcoWiki
Revisión del 08:41 1 jun 2018 de Slia (discusión | contribuciones) (Página creada con «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 [...»)
(dif) ← Revisión anterior | Revisión actual (dif) | Revisión siguiente → (dif)
Saltar a: navegación, buscar

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