Number (FloatNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to diagram, tags and edits (will need to be redone when syntax template is fixed)) |
m (update syntax terms to match corrected template) |
||
Line 8: | Line 8: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%number</th> | <tr><th>%number</th> | ||
<td>A numeric variable to contain the item number of the | <td>A numeric variable to contain the item number of the <var class="term">fltNal</var> item selected by <var class="term">subscript</var>.</td></tr> | ||
<tr><th>fltNal</th> | <tr><th>fltNal</th> | ||
<td>A <var>FloatNamedArraylist</var> object. </td></tr> | <td>A <var>FloatNamedArraylist</var> object. </td></tr> | ||
<tr><th> | <tr><th>subscript</th> | ||
<td>A numeric value that serves as a subscript to identify a <var class="term">fltNal</var> item.</td></tr> | <td>A numeric value that serves as a subscript to identify a <var class="term">fltNal</var> item.</td></tr> | ||
</table> | </table> |
Revision as of 04:07, 11 March 2011
Item number of specified name (FloatNamedArraylist class)
The Number ReadOnly property returns the item number (ordinal) of the item that has the specified subscript in the FloatNamedArraylist.
Syntax
%number = fltNal:Number( subscript)
Syntax terms
%number | A numeric variable to contain the item number of the fltNal item selected by subscript. |
---|---|
fltNal | A FloatNamedArraylist object. |
subscript | A numeric value that serves as a subscript to identify a fltNal item. |
Usage notes
- If Number is called and there is no item on the FloatNamedArraylist that has the indicated subscript, a 0 is returned, regardless of the setting of UseDefault.