Count (Arraylist property): Difference between revisions
Jump to navigation
Jump to search
m (match syntax diagram to template) |
m (review and edit for better wording) |
||
Line 7: | Line 7: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th><i>%count</i></th> | <tr><th><i>%count</i></th> | ||
<td>A numeric variable to | <td>A numeric variable to return the number of items in the indicated <var>Arraylist</var>. </td></tr> | ||
<tr><th><i><var class="term">al</var></i></th> | <tr><th><i><var class="term">al</var></i></th> | ||
<td>An <var>Arraylist</var> object.</td></tr> | <td>An <var>Arraylist</var> object.</td></tr> |
Revision as of 01:40, 31 January 2011
Number of items in Arraylist (Arraylist class)
This readOnly property returns the number of items in the Arraylist.
Syntax
%count = al:Count
Syntax terms
%count | A numeric variable to return the number of items in the indicated Arraylist. |
---|---|
al | An Arraylist object. |