Find (MarksStoreArray function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 9: Line 9:
<tr><th>marksStoreArray</th>
<tr><th>marksStoreArray</th>
<td><var>MarksStoreArray</var> object</td></tr>
<td><var>MarksStoreArray</var> object</td></tr>
<tr><th>item</th>
<tr><th>collectionItem </th>
<td>Item object</td></tr>
<td>The <var class="term">collectionItem</var> to be matched. This is a required argument. </td></tr>
<tr><th>after</th>
<tr><th>after</th>
<td>String object</td></tr>
<td>String object</td></tr>

Revision as of 10:52, 18 February 2011

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


Syntax

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

Syntax terms

%string A string variable (length 3) that is set to the marksStoreCode of the first item in the marksStoreArray that matches the search collectionItem, or it is set to Null if the search collectionItem is not found.
marksStoreArray MarksStoreArray object
collectionItem The collectionItem to be matched. This is a required argument.
after String object

Usage notes

Examples

See also