Changes

Line 10: Line 10:     
=== Local ===
 
=== Local ===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
 
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:'''
 +
 
 
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.
</pre><br>
+
 
    
=== Global ===
 
=== Global ===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
 
Simplified:
+
'''Simplified:'''
 +
 
 
Can be accessed and used from any macro. Its name must be unique among all the 'global' variables
 
Can be accessed and used from any macro. Its name must be unique among all the 'global' variables
   −
Advanced:
+
'''Advanced:'''
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.  
+
 
</pre><br>
+
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.
    
==<p><b>Standard Variable Types</b></p>==
 
==<p><b>Standard Variable Types</b></p>==
editors
1,590

edits