FirstItemName (NamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
This page is [[under construction]]. | This page is [[under construction]]. | ||
==Syntax== | ==Syntax== | ||
{{Template:NamedArraylist:FirstItemName syntax}} | {{Template:NamedArraylist:FirstItemName syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%name</th><td> | <tr><th>%name</th><td>A <var>String</var> to receive the name (subscript) of the list's first item.</td></tr> | ||
<tr><th>nal</th> | <tr><th>nal</th> | ||
<td>NamedArraylist object</td></tr> | <td>The <var>NamedArraylist</var> method object.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:NamedArraylist:FirstItemName footer}} | {{Template:NamedArraylist:FirstItemName footer}} |
Latest revision as of 22:09, 11 July 2014
Name of first item (NamedArraylist class)
[Introduced in Sirius Mods 8.1]
This page is under construction.
Syntax
%name = nal:FirstItemName
Syntax terms
%name | A String to receive the name (subscript) of the list's first item. |
---|---|
nal | The NamedArraylist method object. |