Find (MarksStoreArray function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
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> | <tr><th>collectionItem </th> | ||
<td> | <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 |