New (MarksStoreArray constructor)

From m204wiki
Revision as of 16:34, 2 February 2011 by Alex (talk | contribs) (→‎Syntax terms)
Jump to navigation Jump to search

Create new MarksStoreArray instance (MarksStoreArray class)


Syntax

%marksStoreArray = [%(MarksStoreArray Of itemType):]New

Syntax terms

%marksStoreArrayMarksStoreArray object.
(MarksStoreArray) The class name in parentheses denotes a shared method. New can also be invoked via a MarksStoreArray object variable, which may be null.

Usage notes

Examples

See also