LastItemName (NamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
mNo edit summary |
||
Line 2: | Line 2: | ||
This page is [[under construction]]. | This page is [[under construction]]. | ||
==Syntax== | ==Syntax== | ||
{{Template:NamedArraylist:LastItemName syntax}} | {{Template:NamedArraylist:LastItemName 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 contain the name (subscript) of the list's last 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:LastItemName footer}} | {{Template:NamedArraylist:LastItemName footer}} |
Revision as of 21:58, 11 July 2014
Name of last item (NamedArraylist class)
[Introduced in Sirius Mods 8.1]
This page is under construction.
Syntax
%name = nal:LastItemName
Syntax terms
%name | A String to contain the name (subscript) of the list's last item. |
---|---|
nal | The NamedArraylist method object. |