Difference between revisions of "IndexOf"

From NexusWiki
Jump to: navigation, search
(Created page with ''''IndexOf'''(list, value); It gives the index of the first occurrence of ’value’ in the list. If it did not occur, it gives -1.')
 
(No difference)

Latest revision as of 02:52, 19 June 2009

IndexOf(list, value);

It gives the index of the first occurrence of ’value’ in the list. If it did not occur, it gives -1.