FirstItem (Stringlist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 9: | Line 9: | ||
<tr><th>%string</th> | <tr><th>%string</th> | ||
<td>This longstring is to contain the contents of the first '''%sl''' item. </td></tr> | <td>This longstring is to contain the contents of the first '''%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 first Stringlist item (Stringlist class)
This method returns the current contents of the first item in the method object Stringlist. FirstItem is available in Sirius Mods version 7.0 and later.
Syntax
%string = sl:FirstItem
Syntax terms
%string | This longstring is to contain the contents of the first %sl item. |
---|---|
sl | A Stringlist object. |
Usage notes
- All errors in FirstItem result in request cancellation.
- The FirstItem method for object %sl is equivalent to specifying .%sl:Item(1). See the Item (Stringlist function) page.
- The LastItem (Stringlist function) retrieves just the last item in a Stringlist.