$ListInf Lstr: Difference between revisions
(Automatically generated page update) |
(Automatically generated page update) |
||
Line 13: | Line 13: | ||
==Syntax== | ==Syntax== | ||
<p class="syntax">%result = $ListInf_Lstr(list_identifier, item_num) | <p class="syntax"><span class="term">%result</span> = $ListInf_Lstr(list_identifier, item_num) | ||
</p> | </p> | ||
<p> | <p> |
Revision as of 21:28, 10 April 2013
Retrieve $list item into longstring
Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $ListInf_Lstr function is the Item (Stringlist function).
This function returns the current contents of a specified $list item as a longstring.
The $ListInf_Lstr function accepts two arguments and returns a longstring result.
The first argument is a $list identifier. This is a required argument.
The second argument is the number of the item in the $list. This is a required argument.
Syntax
%result = $ListInf_Lstr(list_identifier, item_num)
%result is a string that contains the contents of the indicated $list item.
$ListInf_Lstr works almost exactly like $ListInf except:
- It returns a longstring result so will cause request cancellation if the target %variable is not big enough to hold the result.
- It cancels the request on any errors such as invalid $list identifier or invalid $list item number.
- It does not have item position and length arguments (arguments 3 and 4 in $ListInf).
$ListInf_Lstr is available in Sirius Mods Version 6.2 and later.
Products authorizing $ListInf_Lstr
- Sirius functions
- Fast/Unload User Language Interface
- Janus Open Client
- Janus Open Server
- Janus Sockets
- Janus Web Server
- Japanese functions
- Sir2000 Field Migration Facility