Array.Delete

Syntax:

Delete(<Index>)

Parameters:

<Index> (required)

Type: Number.
Index of item to delete.

Description:

Deletes a value from an array using a specified index.

Availability:

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

Note:

If the specified index is greater than UBound, then no actions are performed and the "Index outside array bounds" message is not displayed.

Example:

Array.Delete(4);

    

1C:Enterprise Developer's Community