Changes

→‎Local: Added notes about referencing variables
Line 13: Line 13:  
'''Simplified:'''
 
'''Simplified:'''
   −
belongs to the macro it has been created into. It can only be used inside this macro. Its name must be unique inside the macro it belongs to.
+
Belongs to the macro it has been created into. It can only be used inside this macro. Its name must be unique inside the macro it belongs to.
    
'''Advanced:'''
 
'''Advanced:'''
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.
    
=== Global ===
 
=== Global ===
editors
241

edits