Find (MarksStoreArray function)

From m204wiki
Revision as of 10:48, 18 February 2011 by PatrickB (talk | contribs) (→‎Syntax)
Jump to navigation Jump to search

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