RemoveItem (FloatNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
(Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Remove item from FloatNamedArrayli<section end=dpl_desc/></b></span> [[Category:FloatNamedArraylist methods|...") |
|||
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:FloatNamedArraylist:RemoveItem subtitle}} | |||
<var>RemoveItem</var> removes the item, that has the specified subscript number, from the <var>FloatNamedArraylist</var>. | |||
==Syntax== | ==Syntax== | ||
{{Template:FloatNamedArraylist:RemoveItem syntax}} | |||
===Syntax | ===Syntax terms=== | ||
< | <table class="syntaxTable"> | ||
< | <tr><th>%count</th> | ||
< | <td>An, optional, numeric variable to contain the number of items remaining in the <var>FloatNamedArraylist</var> after the specified item is removed.</td></tr> | ||
after the specified item is removed. | <tr><th>fltNal</th> | ||
< | <td>A <var>FloatNamedArraylist</var> object.</td></tr> | ||
< | <tr><th>number</th> | ||
< | <td>A numeric value that serves as a subscript to identify a <var class="term">fltNal</var> item. | ||
< | </td></tr> | ||
that serves as a subscript to identify a | </table> | ||
If no item in | ==Usage Notes== | ||
the request is cancelled, | <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> | ||
regardless of the setting of [[UseDefault (FloatNamedArraylist property)|UseDefault]]. | |||
==See also== | |||
{{Template:FloatNamedArraylist:RemoveItem footer}} |
Latest revision as of 03:08, 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. |
Usage Notes
- If no item in fltNal has the specified subscript, the request is cancelled, regardless of the setting of UseDefault.