Find (MarksStoreArray function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax) |
m (→Syntax terms) |
||
Line 5: | Line 5: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%string </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> | <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> |
Revision as of 10:49, 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 |
item | Item object |
after | String object |