CalculationRegisterRecordSet.<Calculation register name>.Move

Syntax:

Move(<Record>, <Offset>)

Parameters:

<Record> (required)

Type: Number; CalculationRegisterRecord..
Index of the record being shifted or the record itself.

<Offset> (required)

Type: Number.
Number of positions by which the record should be shifted. A positive value indicates that the record will be moved towards the end of the record set(index increment), while a negative value indicates that the record will be moved towards the beginning of the record set.

Description:

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

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community