Changes

m
Line 11: Line 11:  
=== Local ===
 
=== Local ===
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
Local variables are specific to an individual macro. You should use a local variable when the value is only required in that individual macro. Local variables are accessed via the edit macro screen.
+
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.
 +
 
 +
Advanced:
 +
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.
 
</pre><br>
 
</pre><br>
  
editors
1,590

edits