Translations:Plugin:Variables/18/en: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 02:19, 21 August 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Plugin:Variables)
The Variables has several functions based on logics. The if function will show string y in case x evaluates to true, and z otherwise. The return values of the several logic functions can be found in the help dialog. Also, a string x is false in case an error occurs while parsing it. Example:
<pre style="overflow:auto;">
!if(%winampsong%,`winamp is running`,`winamp is not running`)
</pre>

The Variables has several functions based on logics. The if function will show string y in case x evaluates to true, and z otherwise. The return values of the several logic functions can be found in the help dialog. Also, a string x is false in case an error occurs while parsing it. Example:

!if(%winampsong%,`winamp is running`,`winamp is not running`)