Initialize (MarksStoreArray subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
Line 6: Line 6:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>marksStoreArray</th>
<tr><th>marksStoreArray</th>
<td>MarksStoreArray object</td></tr>
<td><var>MarksStoreArray</var> object</td></tr>
<tr><th>item</th>
<tr><th>item</th>
<td>Item object</td></tr>
<td>Item object</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:MarksStoreArray:Initialize footer}}
{{Template:MarksStoreArray:Initialize footer}}

Latest revision as of 16:21, 2 February 2011

Set all items in MarksStoreArray to the same value (MarksStoreArray class)


Syntax

marksStoreArray:Initialize( collectionItem)

Syntax terms

marksStoreArray MarksStoreArray object
item Item object

Usage notes

Examples

See also