$ListCnt: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:$ListCnt}} <span class="pageSubtitle"><section begin="desc" />Number of items in $list<section end="desc" /></span> <p class="warning">Most Sirius $functions have...") |
m (1 revision) |
(No difference)
|
Revision as of 22:28, 8 February 2011
<section begin="desc" />Number of items in $list<section end="desc" />
Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $ListCnt function is to be entered.
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
<section begin="syntax" /> %RESULT = $ListCnt(list_identifier) <section end="syntax" />
-5 - Required argument not specified -6 - $List identifier invalid