Инструменты пользователя

Инструменты сайта


en:documentation:expressions

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
en:documentation:expressions [2020/04/07 19:56] loopbacken:documentation:expressions [2020/04/24 16:29] (текущий) loopback
Строка 62: Строка 62:
 # => abc-6-5  # => abc-6-5 
 </code> </code>
 +
 +If environment variables are expanded in the command parameters (see command descriptions), then you can write the variable along with the rest of the text inside the quotation marks. In other cases, you need to use concatenation of the variable with the text:
 +
 +<code>
 +# environment variables are expanding in the command's parameter
 +FileExist("%COMMANDER_PATH%\NoClose.exe")
 +# environment variables are not expanding in the command's parameter
 +StrLen(%COMMANDER_PATH% & "\NoClose.exe")
 +</code>
 +
  
en/documentation/expressions.txt · Последнее изменение: 2020/04/24 16:29 — loopback

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki