FirstItemName (NamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%name</th><td>A <var>String</var> | <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> |
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. |