User Tools

Site Tools


manual:Variables

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
Next revision Both sides next revision
manual:Variables [2018/03/13 23:15]
ccstone [Variables]
manual:Variables [2018/08/05 21:56]
peternlewis
Line 1: Line 1:
 ====== Variables ====== ====== Variables ======
 +
 +Like most programming languages, Keyboard Maestro allows you, the Macro builder, to create Variables to store data for use later on in the same Macro, or in other Macros. ​ So, your use of Variables can include the following:
 +
 +* Set a Variable using any of these [[:​Actions|Macro Actions]]:
 +  * [[action:​Set_Variable_to_Text|Set Variable to Text Action]]
 +  * [[action:​Set_Variable_to_Calculation|Set Variable to Calculation Action]]
 +  * [[action:​Prompt_for_User_Input|Prompt For User Input]] and other _Prompt_ Actions
 +  * [[action:​Search_Variable|Capture Groups from RegEx Search]] of Variable or Clipboard
 +  * The [[token:​CurrentClipboard|System Clipboard]] and [[token:​NamedClipboard|Named Clipboards]]
 +  * Other [[:​Actions|Macro Actions]]
 +  * Other [[:​Tokens|Tokens]]
 +* Get or Set Keyboard Maestro Variables using [[:​Scripting|Scripting]]
 +* Reference a Variable using the [[token:​Variable|Variable Token]]: ​ `%Variable%YourVarName%`
 +* And other means discussed below.
 +
 +===== Scope =====
 +
  
 Keyboard Maestro includes variables with three different scopes of allowed access, in order of scope, with broadest scope first: Keyboard Maestro includes variables with three different scopes of allowed access, in order of scope, with broadest scope first:
Line 168: Line 185:
 Fields that expect just a variable show a small BUTTON{{{V}}} in the field while editing it, and you can use Type Completion to complete variable names in such fields. Fields that expect just a variable show a small BUTTON{{{V}}} in the field while editing it, and you can use Type Completion to complete variable names in such fields.
  
-===== Accessing in the Preferences Window ​=====+===== View Your Entire List of Variables ​=====
  
-Variables are created on demand, but you can add, delete, see or change global variables in the [[Windows#​Preferences_Variables_Pane|Variables preference pane]].+You can add, delete, see or change global variables in the [[Windows#​Preferences_Variables_Pane|Variables preference pane]] ​that have been created by your macros and scripts. ​ There are no variable preferences to be set here.  This is sometimes called the "​Variables Panel" or "​Variables Tab" in Keyboard Maestro Preferences.
  
 Local and Instance Variables are _not_ accessible from either the Preferences Window or from Scripting. Local and Instance Variables are _not_ accessible from either the Preferences Window or from Scripting.
  
manual/Variables.txt · Last modified: 2023/09/29 04:44 by peternlewis