Map.Get

Syntax:

Get(<Key>)

Parameters:

<Key> (required)

Type: Arbitrary.
Value key.

Returned value:

Value of an element of map.
Undefined, if the key is not specified.

Description:

Obtains value by key. 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