LastItem (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
<span style="font-size:120%"><b>Retrieve value of last Stringlist item</b></span>
{{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]].


==LastItem Syntax==
==Syntax==
<pre>
{{Template:Stringlist:LastItem syntax}}
%string = %sl:LastItem
===Syntax terms===
</pre>
 
===Syntax Terms===
<dl>
<dl>
<dt>%string
<dt>%string
Line 18: Line 15:
</dl>
</dl>


==Usage Notes==
==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