Changes

Line 19: Line 19:  
Local variables are specific to a single macro. Use them only when the value is required within that macro. Local variables can be accessed through the edit macro screen.
 
Local variables are specific to a single macro. Use them only when the value is required within that macro. Local variables can be accessed through the edit macro screen.
   −
To reference a local variable, use the format: {lv=LocalVariableName}. 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 local variable, use the format: {lv=LocalVariableName}. 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, and selecting the appropriate variable from the popup list.
    
=== Global ===
 
=== Global ===
editors
241

edits