find

From Bohemia Interactive Community
Revision as of 23:54, 1 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


array find x


Operand types:

array: Array x: Any Value

Type of returned value:

Nubmer

Compatibility:

Version 2.01 required.

Description:

Returns the position of the first array element that matches x, returns -1 if not found.

Example:

[0, 1, 2] find 1 , result is 1