Difference between revisions of "FindInArray"
Jump to navigation
Jump to search
Fixed syntax - takes a long
imported>Haama (Fixed syntax name) |
imported>Haama (Fixed syntax - takes a long) |
||
Line 5: | Line 5: | ||
'''Syntax:''' | '''Syntax:''' | ||
(Index: long) FindInArray ArrayID:long Value: | (Index:long) FindInArray ArrayID:long Value:long ''Start:long'' ''Stop:long'' | ||
Returns the index of the first occurrence of Value between indexes Start & Stop in the array. | Returns the index of the first occurrence of Value between indexes Start & Stop in the array. |