Array.Find

Syntax:

Find(<Value>)

Parameters:

<Value> (optional)

Type: Arbitrary.
Source value.

Returned value:

Type: Number; Undefined.
If the element is found, its index comes back. If nothing is found, Undefined value is returned.

Description:

Searches for an array item by item name.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Note:

This method is useful for searching unique values.

    

1C:Enterprise Developer's Community