RemoveItem (NamedArraylist function)

From m204wiki
Revision as of 04:49, 11 March 2011 by Goff (talk | contribs) (match syntax table to syntax template (will need to be redone when syntax template is fixed) tags and edits)
Jump to navigation Jump to search

Remove item from NamedArraylist (NamedArraylist class)


RemoveItem removes the item, that has the specified subscript name, from the NamedArraylist.

Syntax

[%count =] nal:RemoveItem( string)

Syntax terms

%number An, optional, numeric variable to contain the number of remaining items in the NamedArraylist after the specified item is removed.
nal A NamedArraylist object.
string A string that serves as a subscript to identify a nal item to be removed.

Usage Notes

  • If RemoveItem cannot find an item in NamedArraylist with the specified subscript name, the request is cancelled, regardless of the setting of UseDefault.

See also