LastItem (Stringlist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 7: | Line 7: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%string </th> | <tr><th>%string</th> | ||
<td>This longstring is to contain the contents of the last '''%sl''' item. </td></tr> | <td>This longstring is to contain the contents of the last '''%sl''' item. </td></tr> | ||
<tr><th>sl </th> | <tr><th>sl</th> | ||
<td>A <var>Stringlist</var> object.</td></tr> | <td>A <var>Stringlist</var> object.</td></tr> | ||
</table> | </table> |
Revision as of 15:49, 19 January 2011
Retrieve value of last Stringlist item (Stringlist class)
This method returns the current contents of the last item in the method object Stringlist. LastItem is available in Sirius Mods version 7.0 and later.
Syntax
%string = sl:LastItem
Syntax terms
%string | This longstring is to contain the contents of the last %sl item. |
---|---|
sl | A Stringlist object. |
Usage notes
- All errors in LastItem result in request cancellation.
- The LastItem method for object %sl is equivalent to specifying.%sl:Item(%sl:count). (see Item (Stringlist function).
- The FirstItem (Stringlist function) retrieves just the first item in a Stringlist.