LastItem (Stringlist function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:Stringlist:LastItem subtitle}} | |||
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. | 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. | ||
Line 5: | Line 5: | ||
LastItem is a member of the [[Stringlist class]]. | LastItem is a member of the [[Stringlist class]]. | ||
== | ==Syntax== | ||
{{Template:Stringlist:LastItem syntax}} | |||
===Syntax terms=== | |||
===Syntax | |||
<dl> | <dl> | ||
<dt>%string | <dt>%string | ||
Line 18: | Line 15: | ||
</dl> | </dl> | ||
==Usage | ==Usage notes== | ||
<ul> | <ul> | ||
<li>All errors in LastItem result in request cancellation. | <li>All errors in LastItem result in request cancellation. |
Revision as of 19:47, 31 December 2010
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.
LastItem is a member of the Stringlist class.
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.