Number (FloatNamedArraylist function)

From m204wiki
Revision as of 11:09, 8 March 2011 by Goff (talk | contribs) (match syntax table to diagram, tags and edits (will need to be redone when syntax template is fixed))
Jump to navigation Jump to search

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 specified fltNal item.
fltNal A FloatNamedArraylist object.
number 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.

See also