RemoveItem (UnicodeNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Syntax terms) |
||
Line 9: | Line 9: | ||
<tr><th>%count</th> | <tr><th>%count</th> | ||
<td>An, optional, numeric variable to contain the number of items remaining in the <var>UnicodeNamedArraylist</var> after the specified item is removed.</td></tr> | <td>An, optional, numeric variable to contain the number of items remaining in the <var>UnicodeNamedArraylist</var> after the specified item is removed.</td></tr> | ||
<tr><th> | <tr><th>uniNal</th> | ||
<td>A <var>UnicodeNamedArraylist</var> object. </td></tr> | <td>A <var>UnicodeNamedArraylist</var> object. </td></tr> | ||
<tr><th>unicode</th> | <tr><th>unicode</th> |
Revision as of 21:09, 11 August 2012
Remove item from UnicodeNamedArraylist (UnicodeNamedArraylist class)
RemoveItem removes the item, that has the specified subscript name, from the UnicodeNamedArraylist.
Syntax
[%count =] uniNal:RemoveItem( unicode)
Syntax terms
%count | An, optional, numeric variable to contain the number of items remaining in the UnicodeNamedArraylist after the specified item is removed. |
---|---|
uniNal | A UnicodeNamedArraylist object. |
unicode | A Unicode string that serves as a subscript name to identify a uniNal item. |
Usage notes
- If RemoveItem cannot find an item in the UnicodeNamedArraylist with the specified subscript name, the request is cancelled, regardless of the setting of UseDefault.
Examples
- For an example using RemoveItem, see UnicodeNamedArraylist class.