<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PatrickB</id>
	<title>m204wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PatrickB"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Special:Contributions/PatrickB"/>
	<updated>2026-05-05T03:10:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32171</id>
		<title>New (MarksStoreArray constructor)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32171"/>
		<updated>2011-07-01T20:38:34Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:New subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:New syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;(MarksStoreArray)&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The class name in parentheses denotes a ÝÝNotation conventions for methods#Shared methods|shared¨¨ method. New can also be invoked via a MarksStoreArray object variable, which may be null.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; result in request cancellation.&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; is a constructor and as such can be called with no object, with an explicit class name, or with an object variable, even if that object is null:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%ma = new                                   &lt;br /&gt;
%ma = %(marksStoreArray of string len 1):new&lt;br /&gt;
%ma = %ma:new                               &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:New footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32148</id>
		<title>Find (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32148"/>
		<updated>2011-02-18T11:10:32Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Usage notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Find subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Find syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%string &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string variable (length 3) that is set to the marksStoreCode of the first item in the &amp;lt;var&amp;gt;marksStoreArray&amp;lt;/var&amp;gt; that matches the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt;, or it is set to Null if the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; is not found. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;collectionItem &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; to be matched. This is a required argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;string&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A marksStoreCode that indicates the item at which the search is to begin. If this argument is not specified, searching begins at the first item in the &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt;. The string must be a valid marksStoreCode or the method will return an error.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The method retuns the marksStoreCode of the matching item or null (&#039;&#039;) to indicate not found&lt;br /&gt;
&amp;lt;li&amp;gt;Item must exactly match the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; rather than simply containing the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;string&amp;lt;/var&amp;gt;. &lt;br /&gt;
&amp;lt;li&amp;gt;Not specifying the After value means search from the start. Specifying an After value of &#039;000&#039; means the same thing. However, &#039;000&#039; is not a valid item code.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Find footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32147</id>
		<title>Find (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32147"/>
		<updated>2011-02-18T11:09:12Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Usage notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Find subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Find syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%string &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string variable (length 3) that is set to the marksStoreCode of the first item in the &amp;lt;var&amp;gt;marksStoreArray&amp;lt;/var&amp;gt; that matches the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt;, or it is set to Null if the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; is not found. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;collectionItem &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; to be matched. This is a required argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;string&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A marksStoreCode that indicates the item at which the search is to begin. If this argument is not specified, searching begins at the first item in the &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt;. The string must be a valid marksStoreCode or the method will return an error.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The method retuns the marksStoreCode of the matching item or null (&#039;&#039;) to indicate not found&lt;br /&gt;
&amp;lt;li&amp;gt;Item must exactly match the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; rather than simply containing the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;string&amp;lt;/var&amp;gt;. &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Find footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32146</id>
		<title>Find (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32146"/>
		<updated>2011-02-18T11:00:44Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Syntax terms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Find subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Find syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%string &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string variable (length 3) that is set to the marksStoreCode of the first item in the &amp;lt;var&amp;gt;marksStoreArray&amp;lt;/var&amp;gt; that matches the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt;, or it is set to Null if the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; is not found. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;collectionItem &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; to be matched. This is a required argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;string&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A marksStoreCode that indicates the item at which the search is to begin. If this argument is not specified, searching begins at the first item in the &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt;. The string must be a valid marksStoreCode or the method will return an error.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Find footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32145</id>
		<title>Find (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32145"/>
		<updated>2011-02-18T11:00:08Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Syntax terms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Find subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Find syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%string &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string variable (length 3) that is set to the marksStoreCode of the first item in the &amp;lt;var&amp;gt;marksStoreArray&amp;lt;/var&amp;gt; that matches the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt;, or it is set to Null if the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; is not found. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;collectionItem &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; to be matched. This is a required argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;string&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A marksStoreCode that indicates the item at which the search is to begin. If this argument is not specified, searching begins at the first item in the &amp;lt;var&amp;gt;Stringlist&amp;lt;/var&amp;gt;. The string must be a valid marksStoreCode or the method will return an error.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Find footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32144</id>
		<title>Find (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32144"/>
		<updated>2011-02-18T10:57:09Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Syntax terms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Find subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Find syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%string &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string variable (length 3) that is set to the marksStoreCode of the first item in the &amp;lt;var&amp;gt;marksStoreArray&amp;lt;/var&amp;gt; that matches the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt;, or it is set to Null if the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; is not found. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;collectionItem &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; to be matched. This is a required argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;string&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A number that indicates the item number at which the search is to begin. If this argument is not specified, searching begins at the first item in the &amp;lt;var&amp;gt;Stringlist&amp;lt;/var&amp;gt;. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Find footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32143</id>
		<title>Find (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32143"/>
		<updated>2011-02-18T10:52:03Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Syntax terms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Find subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Find syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%string &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string variable (length 3) that is set to the marksStoreCode of the first item in the &amp;lt;var&amp;gt;marksStoreArray&amp;lt;/var&amp;gt; that matches the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt;, or it is set to Null if the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; is not found. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;collectionItem &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; to be matched. This is a required argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;after&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;String object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Find footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32142</id>
		<title>Find (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32142"/>
		<updated>2011-02-18T10:49:36Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Syntax terms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Find subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Find syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%string &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string variable (length 3) that is set to the marksStoreCode of the first item in the &amp;lt;var&amp;gt;marksStoreArray&amp;lt;/var&amp;gt; that matches the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt;, or it is set to Null if the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; is not found. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;item&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Item object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;after&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;String object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Find footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32141</id>
		<title>Find (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Find_(MarksStoreArray_function)&amp;diff=32141"/>
		<updated>2011-02-18T10:48:47Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Find subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Find syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%number &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string variable (length 3) that is set to the marksStoreCode of the first item in the &amp;lt;var&amp;gt;marksStoreArray&amp;lt;/var&amp;gt; that matches the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt;, or it is set to Null if the search &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;collectionItem&amp;lt;/var&amp;gt; is not found. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;item&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Item object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;after&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;String object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Find footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=DeepCopy_(MarksStoreArray_function)&amp;diff=32137</id>
		<title>DeepCopy (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=DeepCopy_(MarksStoreArray_function)&amp;diff=32137"/>
		<updated>2011-02-18T10:37:14Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:DeepCopy subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:DeepCopy syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;DeepCopy&amp;lt;/var&amp;gt; result in request cancellation.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;DeepCopy&amp;lt;/var&amp;gt; will create a new MarksStoreArray instance that&#039;s a copy of the method object. The method retuns a new marksStoreArray object.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%ma2 = %ma:deepCopy                        &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:DeepCopy footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=DeepCopy_(MarksStoreArray_function)&amp;diff=32136</id>
		<title>DeepCopy (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=DeepCopy_(MarksStoreArray_function)&amp;diff=32136"/>
		<updated>2011-02-18T10:36:40Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Usage notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:DeepCopy subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:DeepCopy syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;DeepCopy&amp;lt;/var&amp;gt; result in request cancellation.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;DeepCopy&amp;lt;/var&amp;gt; will create a new MarksStoreArray instance that&#039;s a copy of the method object. The method retuns a new marksStoreArray object.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%ma2 = %ma:copy                        &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:DeepCopy footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=DeepCopy_(MarksStoreArray_function)&amp;diff=32135</id>
		<title>DeepCopy (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=DeepCopy_(MarksStoreArray_function)&amp;diff=32135"/>
		<updated>2011-02-18T10:35:41Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Usage notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:DeepCopy subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:DeepCopy syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;Copy&amp;lt;/var&amp;gt; result in request cancellation.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;DeepCopy&amp;lt;/var&amp;gt; will create a new MarksStoreArray instance that&#039;s a copy of the method object. The method retuns a new marksStoreArray object.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%ma2 = %ma:copy                        &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:DeepCopy footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32130</id>
		<title>Copy (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32130"/>
		<updated>2011-02-18T10:34:31Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Copy subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Copy syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%outMarksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; to contain the copy of the method &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;marksStoreArray&amp;lt;/var&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;Copy&amp;lt;/var&amp;gt; result in request cancellation.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;Copy&amp;lt;/var&amp;gt; will create a new MarksStoreArray instance that&#039;s a copy of the method object. The method retuns a new marksStoreArray object.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%ma2 = %ma:copy                        &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Copy footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=DeepCopy_(MarksStoreArray_function)&amp;diff=32134</id>
		<title>DeepCopy (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=DeepCopy_(MarksStoreArray_function)&amp;diff=32134"/>
		<updated>2011-02-18T10:33:59Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:DeepCopy subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:DeepCopy syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;DeepCopy&amp;lt;/var&amp;gt; will create a new MarksStoreArray instance that&#039;s a copy of the method object. The method retuns a new marksStoreArray object.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%ma2 = %ma:copy                        &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:DeepCopy footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32129</id>
		<title>Copy (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32129"/>
		<updated>2011-02-18T10:29:32Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Copy subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Copy syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%outMarksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; to contain the copy of the method &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;marksStoreArray&amp;lt;/var&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;Copy&amp;lt;/var&amp;gt; result in request cancellation.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;Copy&amp;lt;/var&amp;gt; will create a new MarksStoreArray instance that&#039;s a copy of the method object. The method retuns a new marksStoreArray object.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%ma = new                                   &lt;br /&gt;
%ma2 = %ma:copy                        &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Copy footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32128</id>
		<title>Copy (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32128"/>
		<updated>2011-02-18T10:15:44Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Usage notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Copy subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Copy syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%outMarksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; to contain the copy of the method &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;marksStoreArray&amp;lt;/var&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;Copy&amp;lt;/var&amp;gt; result in request cancellation.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Copy footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32127</id>
		<title>Copy (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32127"/>
		<updated>2011-02-18T10:12:45Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Copy subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Copy syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%outMarksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; to contain the copy of the method &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;marksStoreArray&amp;lt;/var&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Copy footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32126</id>
		<title>Copy (MarksStoreArray function)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Copy_(MarksStoreArray_function)&amp;diff=32126"/>
		<updated>2011-02-18T09:55:53Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Syntax terms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:Copy subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:Copy syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%outMarksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; to contain the copy of the method &amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;sl&amp;lt;/var&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%outMarksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;marksStoreArray&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:Copy footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32170</id>
		<title>New (MarksStoreArray constructor)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32170"/>
		<updated>2011-02-18T09:49:00Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:New subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:New syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;(MarksStoreArray)&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; result in request cancellation.&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; is a constructor and as such can be called with no object, with an explicit class name, or with an object variable, even if that object is null:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%ma = new                                   &lt;br /&gt;
%ma = %(marksStoreArray of string len 1):new&lt;br /&gt;
%ma = %ma:new                               &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:New footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32169</id>
		<title>New (MarksStoreArray constructor)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32169"/>
		<updated>2011-02-18T09:48:22Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:New subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:New syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;(MarksStoreArray)&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; result in request cancellation.&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; is a constructor and as such can be called with no object, with an explicit class name, or with an object variable, even if that object is null:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt; %ma = new                                   &lt;br /&gt;
%ma = %(marksStoreArray of string len 1):new&lt;br /&gt;
%ma = %ma:new                               &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specifying an image name on the &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; method is identical to using a simple &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; with no parameters followed by a &amp;lt;var&amp;gt;[[BindImage (Stringlist subroutine)|BindImage]]&amp;lt;/var&amp;gt; method on the new object:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%list = new(&#039;IMAGENAME&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is equivalent to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%list = new&lt;br /&gt;
%list:bindImage(&#039;IMAGENAME&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:New footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32168</id>
		<title>New (MarksStoreArray constructor)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32168"/>
		<updated>2011-02-18T09:47:46Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:New subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:New syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;(MarksStoreArray)&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; result in request cancellation.&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; is a constructor and as such can be called with no object, with an explicit class name, or with an object variable, even if that object is null:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot; %ma = new                                   &lt;br /&gt;
%ma = %(marksStoreArray of string len 1):new&lt;br /&gt;
%ma = %ma:new                               &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specifying an image name on the &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; method is identical to using a simple &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; with no parameters followed by a &amp;lt;var&amp;gt;[[BindImage (Stringlist subroutine)|BindImage]]&amp;lt;/var&amp;gt; method on the new object:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%list = new(&#039;IMAGENAME&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is equivalent to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%list = new&lt;br /&gt;
%list:bindImage(&#039;IMAGENAME&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:New footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32167</id>
		<title>New (MarksStoreArray constructor)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32167"/>
		<updated>2011-02-18T09:47:00Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:New subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:New syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;(MarksStoreArray)&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; result in request cancellation.&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; is a constructor and as such can be called with no object, with an explicit class name, or with an object variable, even if that object is null:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code%ma = new                                   &lt;br /&gt;
%ma = %(marksStoreArray of string len 1):new&lt;br /&gt;
%ma = %ma:new                               &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specifying an image name on the &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; method is identical to using a simple &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; with no parameters followed by a &amp;lt;var&amp;gt;[[BindImage (Stringlist subroutine)|BindImage]]&amp;lt;/var&amp;gt; method on the new object:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%list = new(&#039;IMAGENAME&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is equivalent to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%list = new&lt;br /&gt;
%list:bindImage(&#039;IMAGENAME&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:New footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32166</id>
		<title>New (MarksStoreArray constructor)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32166"/>
		<updated>2011-02-18T09:42:37Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:New subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:New syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;(MarksStoreArray)&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; result in request cancellation.&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; is a constructor and as such can be called with no object, with an explicit class name, or with an object variable, even if that object is null:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%sl = new&lt;br /&gt;
%sl = %(Stringlist):new&lt;br /&gt;
%sl = %sl:new&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specifying an image name on the &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; method is identical to using a simple &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; with no parameters followed by a &amp;lt;var&amp;gt;[[BindImage (Stringlist subroutine)|BindImage]]&amp;lt;/var&amp;gt; method on the new object:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%list = new(&#039;IMAGENAME&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is equivalent to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%list = new&lt;br /&gt;
%list:bindImage(&#039;IMAGENAME&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:New footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32165</id>
		<title>New (MarksStoreArray constructor)</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=New_(MarksStoreArray_constructor)&amp;diff=32165"/>
		<updated>2011-02-18T09:41:13Z</updated>

		<summary type="html">&lt;p&gt;PatrickB: /* Usage notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MarksStoreArray:New subtitle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
{{Template:MarksStoreArray:New syntax}}&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%marksStoreArray&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;var&amp;gt;MarksStoreArray&amp;lt;/var&amp;gt; object.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;(MarksStoreArray)&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All errors in &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; result in request cancellation.&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:MarksStoreArray:New footer}}&lt;/div&gt;</summary>
		<author><name>PatrickB</name></author>
	</entry>
</feed>