Translations:Plugin:Variables/18/en

From Miranda NG
Revision as of 02:19, 21 August 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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`)