New (MarksStoreArray constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 5: Line 5:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%marksstorearray</th><td>marksstorearray</td></tr>
<tr><th>%marksStoreArray</th><td><var>MarksStoreArray</var> object.</td></tr>
<tr><th>(MarksStoreArray)</th>
<tr><th>(MarksStoreArray)</th>
<td>The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.</td></tr>
<td>The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:MarksStoreArray:New footer}}
{{Template:MarksStoreArray:New footer}}

Revision as of 16:34, 2 February 2011

Create new MarksStoreArray instance (MarksStoreArray class)


Syntax

%marksStoreArray = [%(MarksStoreArray Of itemType):]New

Syntax terms

%marksStoreArrayMarksStoreArray object.
(MarksStoreArray) The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.

Usage notes

Examples

See also