$ListCnt: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
<span class="pageSubtitle">Number of items in $list</span>
<span class="pageSubtitle">Number of items in $list</span>


<p class="warn"><b>Note: </b>Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $ListCnt function is <var>[[Count (Stringlist function)|Count]]</var>.</p>
<p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $ListCnt function is <var>[[Count (Stringlist function)|Count]]</var>.</p>


This function returns an integer that, if positive, contains the number of items in the specified $list and if negative indicates an error.  
This function returns an integer that, if positive, contains the number of items in the specified $list and if negative indicates an error.  
Line 31: Line 31:
<li>[[Janus Web Server]]</li>
<li>[[Janus Web Server]]</li>
<li>Japanese functions</li>
<li>Japanese functions</li>
<li>[http://m204wiki.rocketsoftware.com/images/4/4b/SirfieldNew.pdf Sir2000 Field Migration Facility]</li>
<li>[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]</li>
</ul>
</ul>
   
   
[[Category:$Functions|$ListCnt]]
[[Category:$Functions|$ListCnt]]

Latest revision as of 22:51, 20 September 2018

Number of items in $list

Note: Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $ListCnt function is Count.

This function returns an integer that, if positive, contains the number of items in the specified $list and if negative indicates an error.

The $ListCnt function accepts one argument and returns a numeric result.

The first argument is a $list identifier. This is a required argument.

Syntax

%result = $ListCnt(list_identifier)

%result is set either to the number of items in the indicated $list, or to a negative number if an error has occurred.

Error codes

-5 - Required argument not specified -6 - $List identifier invalid

Products authorizing $ListCnt