RemoveItem (FloatNamedArraylist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (update syntax terms to match corrected template)
Line 15: Line 15:
</td></tr>
</td></tr>
</table>
</table>
==Usage Notes==
<ul><li>If no item in <var class="term">fltNal</var> has the specified subscript, the request is cancelled, regardless of the setting of <var>[[UseDefault (FloatNamedArraylist property)|UseDefault]]</var>.</ul>


==See also==
==See also==
{{Template:FloatNamedArraylist:RemoveItem footer}}
{{Template:FloatNamedArraylist:RemoveItem footer}}

Revision as of 03:00, 8 August 2012

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