Find (MarksStoreArray function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 11: | Line 11: | ||
<tr><th>collectionItem </th> | <tr><th>collectionItem </th> | ||
<td>The <var class="term">collectionItem</var> to be matched. This is a required argument. </td></tr> | <td>The <var class="term">collectionItem</var> to be matched. This is a required argument. </td></tr> | ||
<tr><th> | <tr><th>string</th> | ||
<td> | <td>A number that indicates the item number at which the search is to begin. If this argument is not specified, searching begins at the first item in the <var>Stringlist</var>. </td></tr> | ||
</table> | </table> | ||
Revision as of 10:57, 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. |
string | A number that indicates the item number at which the search is to begin. If this argument is not specified, searching begins at the first item in the Stringlist. |