FirstItem (Stringlist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (better code tags) |
||
Line 2: | Line 2: | ||
This method returns the current contents of the first item in the method object <var>Stringlist</var>. | This method returns the current contents of the first item in the method object <var>Stringlist</var>. | ||
==Syntax== | ==Syntax== | ||
Line 16: | Line 14: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul><li>All errors in <var>FirstItem</var> result in request cancellation. | ||
<li>All errors in <var>FirstItem</var> result in request cancellation.<li> | <li>Calling <var>FirstItem</var> for object <code>%sl</code> is equivalent to specifying <code>%sl:</code><var>[[Item (Stringlist function)|Item]]</var><code>(1)</code>. | ||
<li> | <li><var>FirstItem</var> is available in <var class="product">Sirius Mods</var> version 7.0 and later. | ||
</ul> | |||
==See also== | ==See also== | ||
<ul><li><var>[[Item (Stringlist function)|Item]]</var> which retrieves an arbitrary item in a <var>Stringlist</var>. | |||
<li><var>[[LastItem (Stringlist function)|LastItem]]</var> which retrieves just the last item in a <var>Stringlist</var>.</ul> | |||
{{Template:Stringlist:FirstItem footer}} | {{Template:Stringlist:FirstItem footer}} |
Latest revision as of 02:03, 27 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.
Syntax
%string = sl:FirstItem
Syntax terms
%string | This string is to receive the contents of the first sl item. |
---|---|
sl | A Stringlist object. |
Usage notes
- All errors in FirstItem result in request cancellation.
- Calling FirstItem for object
%sl
is equivalent to specifying%sl:
Item(1)
. - FirstItem is available in Sirius Mods version 7.0 and later.
See also
- Item which retrieves an arbitrary item in a Stringlist.
- LastItem which retrieves just the last item in a Stringlist.