<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?action=history&amp;feed=atom&amp;title=MLA_Specific_Global_Variables</id>
		<title>MLA Specific Global Variables - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.movinglightassistant.com/wiki/index.php?action=history&amp;feed=atom&amp;title=MLA_Specific_Global_Variables"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=MLA_Specific_Global_Variables&amp;action=history"/>
		<updated>2026-07-26T03:21:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=MLA_Specific_Global_Variables&amp;diff=120&amp;oldid=prev</id>
		<title>Andyv wiki admin: Added Page.</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=MLA_Specific_Global_Variables&amp;diff=120&amp;oldid=prev"/>
				<updated>2015-07-22T22:37:24Z</updated>
		
		<summary type="html">&lt;p&gt;Added Page.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;There are 5 global variables that are shared between any running scripts. They will retain their values between scripts being run during the time MLA is running. The values are not retained between launches of the MLA application. The values of the variables are passed to the script when it is run, and then when the script finishes, the values are saved back to the application. As a result, you can not pass values between multiple scripts that are running at the same time. &lt;br /&gt;
&lt;br /&gt;
The 5 variables which can be used like any other variable (they are string variables, but can be treated as integers if required) are called...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;globalVarA&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;globalVarB&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;globalVarC&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;globalVarD&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;globalVarE&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
:&amp;lt;code&amp;gt;globalVarA = globalVarA + 1&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;MessageDialog(globalVarA)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Every time you run the script, a dialog will appear with the value of &amp;#039;&amp;#039;globalVarA&amp;#039;&amp;#039;. It will be incremented every time you run the script.&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	</feed>