NameByNumber (UnicodeNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (→Usage notes) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:UnicodeNamedArraylist:NameByNumber subtitle}} | {{Template:UnicodeNamedArraylist:NameByNumber subtitle}} | ||
<var>NameByNumber</var> returns the subscript name of the item that has the specified item <var class="term">number</var> (position) in the <var>UnicodeNamedArraylist</var>. | |||
of the item that has the specified | |||
item number (position) in the UnicodeNamedArraylist. | |||
==Syntax== | ==Syntax== | ||
{{Template:UnicodeNamedArraylist:NameByNumber syntax}} | {{Template:UnicodeNamedArraylist:NameByNumber syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>name</th> | <tr><th>%name</th> | ||
<td>A Unicode string to contain the subscript name of the specified | <td>A Unicode string to contain the subscript name of the specified <var class="term">uniNal</var> item. </td></tr> | ||
<tr><th> | <tr><th>uniNal</th> | ||
<td>A UnicodeNamedArraylist object. </td></tr> | <td>A <var>UnicodeNamedArraylist</var> object. </td></tr> | ||
<tr><th>number</th> | <tr><th>number</th> | ||
<td>A whole number greater than 0 to identify a | <td>A whole number greater than 0 to identify a <var class="term">uniNal</var> item by its position (item number) in the <var>UnicodeNamedArraylist</var>. If <var class="term">number</var> is greater than the number of items in <var class="term">uniNal</var>, or if it is less than or equal to zero, the request is cancelled.</td></tr> | ||
</table> | </table> | ||
== | |||
< | ==Examples== | ||
< | For an example using <var>NameByNumber</var>, see [[UnicodeNamedArraylist class|"UnicodeNamedArraylist class"]]. | ||
==See also== | |||
<ul> | <ul> | ||
<li> | <li><var>[[Number (UnicodeNamedArraylist function)|Number]]</var> lets you retrieve an item's ordinal number using its item name. | ||
[[ | <li><var>[[ItemByNumber_(GenericNamedArraylist_property)|ItemByNumber]]</var> lets you retrieve or set an item using the item's ordinal number. | ||
<li> | |||
</ | |||
an item's | |||
</ul> | </ul> | ||
{{Template:UnicodeNamedArraylist:NameByNumber footer}} | {{Template:UnicodeNamedArraylist:NameByNumber footer}} |
Latest revision as of 02:57, 8 August 2012
Name of specified item (UnicodeNamedArraylist class)
NameByNumber returns the subscript name of the item that has the specified item number (position) in the UnicodeNamedArraylist.
Syntax
%name = uniNal:NameByNumber( number)
Syntax terms
%name | A Unicode string to contain the subscript name of the specified uniNal item. |
---|---|
uniNal | A UnicodeNamedArraylist object. |
number | A whole number greater than 0 to identify a uniNal item by its position (item number) in the UnicodeNamedArraylist. If number is greater than the number of items in uniNal, or if it is less than or equal to zero, the request is cancelled. |
Examples
For an example using NameByNumber, see "UnicodeNamedArraylist class".
See also
- Number lets you retrieve an item's ordinal number using its item name.
- ItemByNumber lets you retrieve or set an item using the item's ordinal number.