Changes

→‎Global: Fixed typo: local --> global
Line 31: Line 31:  
Global variables are accessible throughout the application from any Macro. They should be used when storing a value between multiple macros. The list of global variables can be accessed via the Variables tile on the home screen, where you can add, delete, and modify their values.
 
Global variables are accessible throughout the application from any Macro. They should be used when storing a value between multiple macros. The list of global variables can be accessed via the Variables tile on the home screen, where you can add, delete, and modify their values.
   −
To reference a local variable, use the format: {v=GlobalVariableName}. This can be used in actions such as Set Variable or Popup Message. It can be automatically inserted by tapping the blue "..." button within the action's configure screen, selecting the appropriate variable from the popup list.
+
To reference a global variable, use the format: {v=GlobalVariableName}. This can be used in actions such as Set Variable or Popup Message. It can be automatically inserted by tapping the blue "..." button within the action's configure screen, selecting the appropriate variable from the popup list.
    
==<p><b>Standard Variable Types</b></p>==
 
==<p><b>Standard Variable Types</b></p>==
editors
241

edits