Array.Set

Syntax:

Set(<Index>, <Value>)

Parameters:

<Index> (required)

Type: Number.
Item index.

<Value> (required)

Type: Arbitrary.
Value being set.

Description:

You can use it to specify a value by index. Works like the operator [].

Availability:

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

Note:

Used when the [] operator cannot be used.

    

1C:Enterprise Developer's Community