RemoveItem (FloatNamedArraylist function)

From m204wiki
Revision as of 03:00, 8 August 2012 by Dme (talk | contribs) (Usage Notes)
Jump to navigation Jump to search

Remove item from FloatNamedArraylist (FloatNamedArraylist class)


RemoveItem removes the item, that has the specified subscript number, from the FloatNamedArraylist.

Syntax

[%count =] fltNal:RemoveItem( number)

Syntax terms

%count An, optional, numeric variable to contain the number of items remaining in the FloatNamedArraylist after the specified item is removed.
fltNal A FloatNamedArraylist object.
number A numeric value that serves as a subscript to identify a fltNal item.

See also