COMSafeArray.Unload

Syntax:

Unload()

Returned value:

Type: Array.

Description:

Creates an array of values and copies the contents of COMSafeArray to it.
If a COMSafeArray has more than one dimension, elements of a received value array will be nested within the value array, from first to last.

Availability:

Server, thick client, external connection.

Example:

ValuesArray = Array.Unload();

    

1C:Enterprise Developer's Community