====== Set ====== Set [/C] | [/EV-] [/EE] Sets internal variable. If variable doesn't exist, it will be created. If variable exist, but it constant, error will be show. **Parameters** |< 100% 15% >| |var|Name of the variable.| |text|Text of the variable. May contain another variables and environment variables.| **Switches** |< 100% 15% >| |/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** [[SetEnv]]