IndexOf
From NexusWiki
Revision as of 01:52, 19 June 2009 by LordValarian (Talk | contribs)
IndexOf(list, value);
It gives the index of the first occurrence of ’value’ in the list. If it did not occur, it gives -1.
IndexOf(list, value);
It gives the index of the first occurrence of ’value’ in the list. If it did not occur, it gives -1.