New (MarksStoreArray constructor): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Usage notes) |
||
Line 11: | Line 11: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | |||
<li>All errors in <var>New</var> result in request cancellation.</ul> | |||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:MarksStoreArray:New footer}} | {{Template:MarksStoreArray:New footer}} |
Revision as of 09:41, 18 February 2011
Create new MarksStoreArray instance (MarksStoreArray class)
Syntax
%marksStoreArray = [%(MarksStoreArray Of itemType):]New
Syntax terms
%marksStoreArray | MarksStoreArray 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
- All errors in New result in request cancellation.