AccountingRegisterRecordSet.<Accounting register name>.Move

Syntax variant: By record

Syntax:

Move(<Record>, <Offset>)

Parameters:

<Record> (required)

Type: AccountingRegisterRecord.
Record being moved in a set.

<Offset> (required)

Type: Number.
Number of positions by which the record should be shifted. A positive value corresponds to shifting of the record toward the end of the recordset list (increasing the index), and a negative value corresponds to shifting toward the beginning.

Syntax variant: By index

Syntax:

Move(<Index>, <Offset>)

Parameters:

<Index> (required)

Type: Number.
Position of record being shifted in set.

<Offset> (required)

Type: Number.
Number of positions by which the record should be shifted. A positive value corresponds to shifting of the record toward the end of the recordset list (increasing the index), and a negative value corresponds to shifting toward the beginning.

Description:

Shifts a record in the set by a specified number of positions.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community