Array.Based on a fixed array

Syntax:

New Array(<Array>)

Parameters:

<Array> (optional)

Type: FixedArray.
A fixed array.

Description:

The created array is filled with values form the source fixed array. In the source array, items are recursively converted. That means that the fixed array items, which are fixed arrays, are placed into the array converted to the Array type.
Is not supported in the mobile platform.

    

1C:Enterprise Developer's Community