Find (MarksStoreArray function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 5: Line 5:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%string</th><td>string</td></tr>
<tr><th>%number </th>
<td>A string variable (length 3) that is set to the marksStoreCode of the first item in the <var>marksStoreArray</var> that matches the search <var class="term">collectionItem</var>, or it is set to Null if the search <var class="term">collectionItem</var> is not found. </td></tr>
<tr><th>marksStoreArray</th>
<tr><th>marksStoreArray</th>
<td><var>MarksStoreArray</var> object</td></tr>
<td><var>MarksStoreArray</var> object</td></tr>

Revision as of 10:48, 18 February 2011

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


Syntax

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

Syntax terms

%number 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
item Item object
after String object

Usage notes

Examples

See also