Changes

m
Line 20: Line 20:  
=== Global ===
 
=== Global ===
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
Global variables are available throughout the application from any Macro. You should use global variables when you need to store a value between more than a single macro. The list of global variables can be accessed via the Variables tile on the home screen. From this screen you can add, delete and change the value of a global variable.
+
Simplified:
 +
Can be accessed and used from any macro. Its name must be unique among all the 'global' variables
 +
 
 +
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>
 
</pre><br>
  
editors
1,590

edits