Array.Add

Syntax:

Add(<Value>)

Parameters:

<Value> (optional)

Type: Arbitrary.
Added value. If not specified, a value of Undefined type will be added.

Description:

Adds an element to the end of the array.

Availability:

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

Note:

When an element is added, the number of elements in the array is increased by 1.

Example:

Array.Add("First");
Array.Add("Second");


    

1C:Enterprise Developer's Community