condition:Variable
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| condition:Variable [2016/06/22 03:24] – peternlewis | condition:Variable [2024/05/21 06:28] (current) – peternlewis | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Variable condition ====== | ||
| + | |||
| The //Variable condition// looks at a Keyboard Maestro variables and determines if the variable: | The //Variable condition// looks at a Keyboard Maestro variables and determines if the variable: | ||
| - | * exists. | + | * exists. |
| - | * does not exist. | + | * does not exist. |
| * is empty. | * is empty. | ||
| * is not empty. | * is not empty. | ||
| - | * is exactly | + | * is (case insensitively) |
| - | * is not exactly | + | * is not (case insensitively) |
| + | * contains (case insensitively) a specified string. | ||
| + | * does not contain (case insensitively) a specified string. | ||
| + | * starts with (case insensitively) a specified string. (v8+) | ||
| + | * ends with (case insensitively) a specified string. (v8+) | ||
| * is alphabetically before a specified string. (v7.2+) | * is alphabetically before a specified string. (v7.2+) | ||
| * is alphabetically after a specified string. (v7.2+) | * is alphabetically after a specified string. (v7.2+) | ||
| - | * contains (case insensitively) a specified string. | ||
| - | * does not contain (case insensitively) a specified string. | ||
| * matches a specified [[:Regular Expressions|regular expression]]. | * matches a specified [[:Regular Expressions|regular expression]]. | ||
| * does not match a specified [[:Regular Expressions|regular expression]]. | * does not match a specified [[:Regular Expressions|regular expression]]. | ||
| + | * is numerically less than a specified calculation. (v8+) | ||
| + | * is numerically less than or equal to a specified calculation. (v8+) | ||
| + | * is numerically equal to a specified calculation. (v8+) | ||
| + | * is numerically greater than or equal to a specified calculation. (v8+) | ||
| + | * is numerically greater than a specified calculation. (v8+) | ||
| + | * is numerically not equal to a specified calculation. (v8+) | ||
| ===== See Also ===== | ===== See Also ===== | ||
| - | |||
| - | ---- | ||
| === Actions === | === Actions === | ||
| * [[action:If Then Else|If Then Else]] | * [[action:If Then Else|If Then Else]] | ||
| - | * [[action:Pause|Pause Until Conditions Met]] | + | * [[action:Pause_Until|Pause Until Conditions Met]] |
| * [[action: | * [[action: | ||
| * [[: | * [[: | ||
| Line 28: | Line 36: | ||
| * [[: | * [[: | ||
| - | |||
| - | ---- | ||
| - | |||
condition/Variable.1466565891.txt.gz · Last modified: by peternlewis
