Find (MarksStoreArray function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 7: Line 7:
<tr><th>%string</th><td>string</td></tr>
<tr><th>%string</th><td>string</td></tr>
<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>
Line 13: Line 13:
<td>String object</td></tr>
<td>String object</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:MarksStoreArray:Find footer}}
{{Template:MarksStoreArray:Find footer}}

Revision as of 16:10, 2 February 2011

Find next MarksStoreArray item that matches a value (MarksStoreArray class)


Syntax

%string = marksStoreArray:Find( collectionItem, [After= string])

Syntax terms

%stringstring
marksStoreArray MarksStoreArray object
item Item object
after String object

Usage notes

Examples

See also