en:documentation:set
Set
Set [/C] | [/EV-] [/EE] <var> <text>
Sets internal variable. If variable doesn't exist, it will be created. If variable exist, but it constant, error will be show.
Parameters
var | Name of the variable. |
text | Text of the variable. May contain another variables and environment variables. |
Switches
/EV- | Disables the use of variables and environment variables in the text. |
/EE | Enables the use escapes (\n, \r, \t) in the text. |
/C | Treat text as expression with numeric result. Aritmetic operations and parenthesis are supported, variables (environment too) are always expanding. |
Related
en/documentation/set.txt · Последнее изменение: 2019/07/17 13:19 — loopback