Number (UnicodeNamedArraylist function)

From m204wiki
Revision as of 11:16, 8 March 2011 by Goff (talk | contribs) (match syntax table to diagram, tags and edits)
Jump to navigation Jump to search

Item number of specified name (UnicodeNamedArraylist class)


The Number ReadOnly property returns the item number (ordinal) of the item that has the specified subscript name in the UnicodeNamedArraylist.

Syntax

%number = uniNal:Number( name)

Syntax terms

%number A numeric variable to contain the item number of the specified uniNal item.
uniNal A UnicodeNamedArraylist object.
unicode A Unicode string that serves as a subscript name to identify a uniNal item.

Usage notes

  • If Number is called and there is no item on the UnicodeNamedArraylist that has the indicated subscript, a 0 is returned, regardless of the setting of UseDefault.

See also