Item (MarksStoreArray property): Difference between revisions

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

Latest revision as of 16:24, 2 February 2011

Retrieve or set value of MarksStoreArray item (MarksStoreArray class)


Syntax

%currentItem = marksStoreArray:Item( string) marksStoreArray:Item( string) = newItem

Syntax terms

%itemitem
marksStoreArray MarksStoreArray object
string String object

Usage notes

Examples

See also