User Tools

Site Tools


action:Switch_or_Case

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
action:Switch_or_Case [2015/07/15 04:58]
peternlewis created
action:Switch_or_Case [2016/06/21 23:25]
peternlewis
Line 11: Line 11:
 * is exactly (case insensitively) a specified string. * is exactly (case insensitively) a specified string.
 * is not exactly (case insensitively) a specified string. * is not exactly (case insensitively) a specified string.
 +* is alphabetically before a specified string. (v7.2+)
 +* is alphabetically after a specified string. (v7.2+)
 * contains (case insensitively) a specified string. * contains (case insensitively) a specified string.
 * does not contain (case insensitively) a specified string. * does not contain (case insensitively) a specified string.
Line 20: Line 22:
  
 In all cases at most one sequence will execute, and the conditions are evaluated in order - the first one that matches will execute. So don't put an "​otherwise"​ clause in the middle of your switch statement. In all cases at most one sequence will execute, and the conditions are evaluated in order - the first one that matches will execute. So don't put an "​otherwise"​ clause in the middle of your switch statement.
 +
 +===== See Also =====
 +
 +----
 +
 +=== Actions ===
 +
 +* [[action:If Then Else|If Then Else]]
 +* [[action:​Pause|Pause Until Conditions Met]]
 +* [[action:​Until|Execute Action Until Conditions Met]]
 +* [[action:​While|Execute Action While Conditions Met]]
 +* [[:​Actions|See all Actions]]
 +
 +=== Conditions ===
 +
 +* [[:​Conditions|See all Conditions]]
 +
 +----
 +
 +==== Forum ====
 +
 +- [[https://​www.google.fr/​search?​q=site:​forum.keyboardmaestro.com+Switch+action|Keyboard Maestro Forum topics about Switch or Case action]]
 +
  
action/Switch_or_Case.txt ยท Last modified: 2022/09/17 22:49 by peternlewis