User Tools

Site Tools


condition:Environment_Variable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
condition:Environment_Variable [2016/06/21 23:24]
peternlewis
condition:Environment_Variable [2017/09/06 00:14]
peternlewis
Line 7: Line 7:
 * is exactly a specified string. * is exactly a specified string.
 * is not exactly a specified string. * is not exactly a specified string.
 +* 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:​Until|Execute Action Until Conditions Met]] * [[action:​Until|Execute Action Until Conditions Met]]
 * [[:​Actions|See all Actions]] * [[:​Actions|See all Actions]]
Line 28: Line 34:
  
 * [[:​Conditions|See all Conditions]] * [[:​Conditions|See all Conditions]]
- 
----- 
  
 ==== Forum ==== ==== Forum ====
- 
-- [[https://​forum.keyboardmaestro.com/​t/​why-isnt-kmvar-variable-displayed-in-terminal-with-an-echo-command/​2749/​5|Why isn't $KMVAR variable displayed in terminal with an echo command?]] 
condition/Environment_Variable.txt ยท Last modified: 2017/11/14 00:32 by peternlewis